ID: 29764 Updated by: [EMAIL PROTECTED] Reported By: marius at electricplus dot ro -Status: Open +Status: Feedback Bug Type: Reproducible crash Operating System: win 9.x PHP Version: 5.0.0 New Comment:
Please try using this CVS snapshot: http://snaps.php.net/php5-STABLE-latest.tar.gz For Windows: http://snaps.php.net/win32/php5.0-win32-latest.zip Previous Comments: ------------------------------------------------------------------------ [2004-08-19 21:05:43] marius at electricplus dot ro Description: ------------ <?php print_r(apache_get_modules()); ?> Reproduce code: --------------- <?php print_r(apache_get_modules()); ?> Expected result: ---------------- Array ( [0] => core [1] => http_core [2] => mod_so [3] => sapi_apache2 [4] => mod_mime [5] => mod_rewrite ) Actual result: -------------- crash witch close from apache when I hit close apache restarts. ------------------------------------------------------------------------ -- Edit this bug report at http://bugs.php.net/?id=29764&edit=1
