Edit report at http://bugs.php.net/bug.php?id=51167&edit=1
ID: 51167 Comment by: Reported by: david dot joffe at tshwanedje dot com Summary: crypt() hangs randomly when called with a salt Status: Feedback Type: Bug Package: *Encryption and hash functions Operating System: Windows PHP Version: 5.3.1 New Comment: seems to be fixed in 5.3.2RC3 - will update if anything happens. 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/bug.php?id=51167&edit=1