Edit report at http://bugs.php.net/bug.php?id=51167&edit=1
ID: 51167 Updated by: paj...@php.net Reported by: david dot joffe at tshwanedje dot com Summary: crypt() hangs randomly when called with a salt Status: Closed Type: Bug Package: *Encryption and hash functions Operating System: Windows PHP Version: 5.3.1 Assigned To: pajoye New Comment: This bug has been fixed in SVN. Snapshots of the sources are packaged every three hours; this change will be in the next snapshot. You can grab the snapshot at http://snaps.php.net/. Thank you for the report, and for helping us make PHP better. Previous Comments: ------------------------------------------------------------------------ [2010-03-03 17:38:53] paj...@php.net -Status: Feedback +Status: Closed ------------------------------------------------------------------------ [2010-03-03 17:38:53] paj...@php.net This bug has been fixed in SVN. Snapshots of the sources are packaged every three hours; this change will be in the next snapshot. You can grab the snapshot at http://snaps.php.net/. Thank you for the report, and for helping us make PHP better. ------------------------------------------------------------------------ [2010-03-03 17:06:12] klaus at hax dot at seems to be fixed in 5.3.2RC3 - will update if anything happens. ------------------------------------------------------------------------ [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