php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #11801 crypt function not 'supported' ???
Submitted: 2001-06-29 10:00 UTC Modified: 2001-06-29 13:53 UTC
From: sintesi at economia dot unipd dot it Assigned:
Status: Closed Package: Installation problem
PHP Version: 4.0.6 OS: Digital Unix 4.0F
Private report: No CVE-ID: None
View Add Comment Developer Edit
Welcome! If you don't have a Git account, you can't do anything here.
You can add a comment by following this link or if you reported this bug, you can edit this bug over here.
(description)
Block user comment
Status: Assign to:
Package:
Bug Type:
Summary:
From: sintesi at economia dot unipd dot it
New email:
PHP Version: OS:

 

 [2001-06-29 10:00 UTC] sintesi at economia dot unipd dot it
With versions 3.0.8 and 4.0.4pl1 is all OK. When upgraded to 4.0.6 in every script using crypt we have:
"Warning: crypt() is not supported in this PHP build in ..."
Nothing else changed in my system. We are using enhanced security.

This error was also reported by PHPNuke users in their discussions (see http://phpnuke.org/article.php?sid=1798)

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2001-06-29 13:53 UTC] sniper@php.net
This is fixed in CVS. You can enable crypt in 4.0.6
by editing in main/php_config.h after configure by 
adding this line to it:

#define HAVE_CRYPT 1

--Jani

 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Fri Apr 26 19:01:29 2024 UTC