ID: 30373
User updated by: marius at electricplus dot ro
Reported By: marius at electricplus dot ro
Status: Open
Bug Type: Reproducible crash
Operating System: Windows XP
PHP Version: 5.0.2
New Comment:
I have apache 1.3.31.
Previous Comments:
------------------------------------------------------------------------
[2004-10-09 14:26:01] marius at electricplus dot ro
Description:
------------
Crash , on windows XP , also I have posted for php 5.0.0 on win 98 ,
same function apache_get_modules bug number 29764.
Thanks.
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.
------------------------------------------------------------------------
--
Edit this bug report at http://bugs.php.net/?id=30373&edit=1