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
Welcome back! If you're the original bug submitter, here's where you can edit the bug or add additional notes.
If this is not your bug, you can add a comment by following this link.
If this is your bug, but you forgot your password, you can retrieve your password here.
Password:
Status:
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 13:01:28 2024 UTC