Re: [PHP-DEV] Re: Crypt salts not random.. (fwd) From: Andi Gutmans (andi <email protected>)
Date: 04/29/01

At 09:42 PM 4/29/2001 +0200, Jani Taskinen wrote:

>This is the line in question:
>
>php_srand(time(0) * getpid() * (php_combined_lcg() * 10000.0));
>
>This is now (in my patch) in RINIT and thus it is a different pid
>it doesn't matter if the RINIT happens the same second..
>Or did I misunderstood something? And I know it works now. :)
>And it didn't work before. As the PID was always the same like Andi said.
>
>I attached the patch in case you missed it before..

It's OK but in multi-threaded mode it should use "(long) tsrm_thread_id()"
because getpid() will usually be the same. I hope the case is good enough
and will work in all multi-threaded environments.

Andi

-- 
PHP Development Mailing List <http://www.php.net/>
To unsubscribe, e-mail: php-dev-unsubscribe <email protected>
For additional commands, e-mail: php-dev-help <email protected>
To contact the list administrators, e-mail: php-list-admin <email protected>