From:             elie_cohen at yahoo dot com
Operating system: XP Home SP2
PHP version:      5CVS-2005-05-11 (dev)
PHP Bug Type:     Apache2 related
Bug description:  phpinfo(INFO_MODULES) crashes Apache 2

Description:
------------
Trying to call the function phpinfo(INFO_MODULES) (code below) from either
IE 6 or Firefox crashes Apache 2.0.54. This problem can be reproduce with
PHP 5.0.4, and PHP 5.1. The other phpinfo options (INFO_GENERAL, INFO_...)
seem to work OK. phpMyAdmin seems to work fine also. Also the script works
from the command line using php.exe.

Let me know if you need more infos


Reproduce code:
---------------
<?php
phpinfo(INFO_MODULES);
?>

Expected result:
----------------
Modules list on Web page

Actual result:
--------------
Crashes Apache 2.0.54 with following Error signature:

szAppName: apache.exe 
szAppVer: 2.0.54.0 
szModName: MxAVIsp.dll
szModVer: 5.0.0.6
offset: 000019a9



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

Reply via email to