ID: 12112
Updated by: sniper
Reported By: [EMAIL PROTECTED]
Old Status: Open
Status: Closed
Bug Type: *Compile Issues
Operating System: OpenBSD 2.7
PHP Version: 4.0.6
New Comment:

This should be fixed in CVS. Please try latest 
snapshot from http://snaps.php.net/

Reopen this bug report if the snapshot doesn't work
either.

--Jani


Previous Comments:
------------------------------------------------------------------------

[2001-07-12 14:03:22] [EMAIL PROTECTED]

Hi

crypt does not work on OpenBSD 2.7

checking for crypt.h... (cached) no
checking for crypt in -lcrypt... (cached) no
checking for mcrypt support... no
checking for standard DES crypt... (cached) yes
checking for extended DES crypt... (cached) yes
checking for MD5 crypt... (cached) yes
checking for Blowfish crypt... (cached) yes


<?
$crypted = crypt("mot","021211232211"); 
print "$crypted";
?>

This script returs an error :
Warning: crypt() is not supported in this PHP build in /home/fred/crypt.php on line 2

This works in php-4.0.4pl1

------------------------------------------------------------------------



Edit this bug report at http://bugs.php.net/?id=12112&edit=1


-- 
PHP Development Mailing List <http://www.php.net/>
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to