From:             doug_craig at charter dot net
Operating system: Win 2000 5.00.2195 sp4
PHP version:      5CVS-2005-06-10 (dev)
PHP Bug Type:     Reproducible crash
Bug description:  apache_get_modules crashes

Description:
------------
Only modification from php.ini-recommended is to enable MySQL (and changes
made by PHP 5.0.4 Installer).
PHP installed as an Apache module.
Apache/1.3.33 (Win32)


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:
--------------
No error report to Apache error.log

Windows error:  Apache.exe - Application Error
for a memory reference that could not be read.

-- 
Edit bug report at http://bugs.php.net/?id=33292&edit=1
-- 
Try a CVS snapshot (php4):   http://bugs.php.net/fix.php?id=33292&r=trysnapshot4
Try a CVS snapshot (php5.0): 
http://bugs.php.net/fix.php?id=33292&r=trysnapshot50
Try a CVS snapshot (php5.1): 
http://bugs.php.net/fix.php?id=33292&r=trysnapshot51
Fixed in CVS:                http://bugs.php.net/fix.php?id=33292&r=fixedcvs
Fixed in release:            http://bugs.php.net/fix.php?id=33292&r=alreadyfixed
Need backtrace:              http://bugs.php.net/fix.php?id=33292&r=needtrace
Need Reproduce Script:       http://bugs.php.net/fix.php?id=33292&r=needscript
Try newer version:           http://bugs.php.net/fix.php?id=33292&r=oldversion
Not developer issue:         http://bugs.php.net/fix.php?id=33292&r=support
Expected behavior:           http://bugs.php.net/fix.php?id=33292&r=notwrong
Not enough info:             
http://bugs.php.net/fix.php?id=33292&r=notenoughinfo
Submitted twice:             
http://bugs.php.net/fix.php?id=33292&r=submittedtwice
register_globals:            http://bugs.php.net/fix.php?id=33292&r=globals
PHP 3 support discontinued:  http://bugs.php.net/fix.php?id=33292&r=php3
Daylight Savings:            http://bugs.php.net/fix.php?id=33292&r=dst
IIS Stability:               http://bugs.php.net/fix.php?id=33292&r=isapi
Install GNU Sed:             http://bugs.php.net/fix.php?id=33292&r=gnused
Floating point limitations:  http://bugs.php.net/fix.php?id=33292&r=float
No Zend Extensions:          http://bugs.php.net/fix.php?id=33292&r=nozend
MySQL Configuration Error:   http://bugs.php.net/fix.php?id=33292&r=mysqlcfg

Reply via email to