From:             marius at electricplus dot ro
Operating system: win 9.x
PHP version:      5.0.0
PHP Bug Type:     Reproducible crash
Bug description:  crash

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 bug report at http://bugs.php.net/?id=29764&edit=1
-- 
Try a CVS snapshot (php4):  http://bugs.php.net/fix.php?id=29764&r=trysnapshot4
Try a CVS snapshot (php5):  http://bugs.php.net/fix.php?id=29764&r=trysnapshot5
Fixed in CVS:               http://bugs.php.net/fix.php?id=29764&r=fixedcvs
Fixed in release:           http://bugs.php.net/fix.php?id=29764&r=alreadyfixed
Need backtrace:             http://bugs.php.net/fix.php?id=29764&r=needtrace
Need Reproduce Script:      http://bugs.php.net/fix.php?id=29764&r=needscript
Try newer version:          http://bugs.php.net/fix.php?id=29764&r=oldversion
Not developer issue:        http://bugs.php.net/fix.php?id=29764&r=support
Expected behavior:          http://bugs.php.net/fix.php?id=29764&r=notwrong
Not enough info:            http://bugs.php.net/fix.php?id=29764&r=notenoughinfo
Submitted twice:            http://bugs.php.net/fix.php?id=29764&r=submittedtwice
register_globals:           http://bugs.php.net/fix.php?id=29764&r=globals
PHP 3 support discontinued: http://bugs.php.net/fix.php?id=29764&r=php3
Daylight Savings:           http://bugs.php.net/fix.php?id=29764&r=dst
IIS Stability:              http://bugs.php.net/fix.php?id=29764&r=isapi
Install GNU Sed:            http://bugs.php.net/fix.php?id=29764&r=gnused
Floating point limitations: http://bugs.php.net/fix.php?id=29764&r=float

Reply via email to