From: [EMAIL PROTECTED] Operating system: Solaris 2.4, 2.6 PHP version: 4.0 Latest CVS (22/01/2001) PHP Bug Type: Strings related Bug description: crypt() starts from not random salt PHP compiled as Apache module. Look like crypt() starts from not random salt. In case of my Solaris 2.4, first crypt() call always generates string starting from "IH". In case of Solaris 2.6 it always starts from "C.". Looks like in every instantiation of new Apache process PHP starts crypt from the same salt value. In the same process next crypt() calls look like they generate random strings, though. But next process restarts with the same value. -- Edit Bug report at: http://bugs.php.net/?id=8834&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]