ID: 26381 Updated by: [EMAIL PROTECTED] Reported By: spam at vrana dot cz -Status: Open +Status: Verified Bug Type: Scripting Engine problem Operating System: Windows XP -PHP Version: 4CVS-2003-12-2 +PHP Version: 4CVS-2003-12-7 New Comment:
Indeed, this does happen with the php.ini-dist.. but doesn't if you do 'php -n' (no ini file) Previous Comments: ------------------------------------------------------------------------ [2003-12-03 03:31:52] spam at vrana dot cz It behaves like that with php.ini-dist. It doesn't with php.ini-recommended. If I remove part Dynamic Extensions in php.ini-dist, it disappears. I mean part from ;;;;;;;;;;;;;;;;;;;;;; ; Dynamic Extensions ; ;;;;;;;;;;;;;;;;;;;;;; to ;;;;;;;;;;;;;;;;;;; ; Module Settings ; ;;;;;;;;;;;;;;;;;;; You know that everything is commented in this part in php.ini-dist. ------------------------------------------------------------------------ [2003-12-02 17:11:37] [EMAIL PROTECTED] We need the php.ini file causing the problems. ------------------------------------------------------------------------ [2003-12-02 10:57:15] spam at vrana dot cz I can't believe myself, the problem is caused by something completely different. I discovered that the problem occurs only under this circumstances: 1. Lines in php.ini file ends by CRLF. 2. Windows Extensions part in php.ini is longer than 503 characters (including new-lines). I don't know what is it but it looks like buffer overflow or something like that. So the problem is probably in php-src/main/php_ini.c or somewhere near. ------------------------------------------------------------------------ [2003-11-24 08:21:33] spam at vrana dot cz Description: ------------ Function rand() without setting random seed by srand() returns always the same value. It doesn't work only on Windows PHP-CLI. As Windows Apache module and also on Linux PHP-CLI it works as it should. Reproduce code: --------------- echo rand(); Expected result: ---------------- (random value) Actual result: -------------- 24849 ------------------------------------------------------------------------ -- Edit this bug report at http://bugs.php.net/?id=26381&edit=1