From:             [EMAIL PROTECTED]
Operating system: Win2k
PHP version:      4.0.5
PHP Bug Type:     PHP options/info functions
Bug description:  Crypt function not available?

Hi,

with version v4.04pl1, there is a function "crypt"...
If I upgrade to v4.0.5, it doesn't work annymore...

Question:
How can I use again this function with v4.0.5, or is-it normal (you may have suppres 
it?)?

Paddle
(sorry for my poor english, I'm french)

PS: Here is a script to test the function crypt:
<?php
$a = 'it is a test';
$crypt = crypt($a);
echo ("$crypt <- ok ?");
?>



-- 
Edit Bug report at: http://bugs.php.net/?id=10735&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