ID:               51167
 Updated by:       paj...@php.net
 Reported By:      david dot joffe at tshwanedje dot com
-Status:           Open
+Status:           Feedback
 Bug Type:         *Encryption and hash functions
 Operating System: Windows
 PHP Version:      5.3.1


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

[2010-02-28 12:48:14] paj...@php.net

Please try using PHP 5.3.2RC3. http://windows.php.net/qa/

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

[2010-02-27 15:24:34] david dot joffe at tshwanedje dot com

Description:
------------
crypt($username, "x8"); // HANGS (Sometimes e.g. 1 out of every 3 times
or so)
crypt($username); // NO HANG

Reproduce code:
---------------
$username = 'foo';
crypt($username, "x8");

Actual result:
--------------
Hangs


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


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

Reply via email to