|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
[2003-03-20 17:27 UTC] sniper@php.net
[2003-03-21 17:20 UTC] anj at aps dot anl dot gov
[2003-03-23 11:29 UTC] thetaphi@php.net
[2003-03-24 03:35 UTC] sniper@php.net
[2003-03-24 03:38 UTC] sniper@php.net
[2003-03-27 15:03 UTC] anj at aps dot anl dot gov
[2003-03-31 02:59 UTC] sniper@php.net
|
|||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Fri Nov 28 10:00:01 2025 UTC |
Ever since we upgraded to from PHP 4.1.2 to 4.3.1 (we're using Sun's iPlanet server and the nsapi BTW), the autogenerated crypt salt being returned by new accounts in our password-protected area has been "..". Using this test script: <html><body> <?php echo crypt("1234567890"); ?> </body></html> I find that although not always the case, very often (and especially if I wait for some time before reloading) the result returned from the above is ..EXlUiP8mHCU. I have inserted a workaround to my PHP code now, and as I don't build PHP here it would be tricky for me to test any fix, but I thought the developers ought to know about this.