ID: 33008 User updated by: elie_cohen at yahoo dot com Reported By: elie_cohen at yahoo dot com -Status: Feedback +Status: Open Bug Type: Apache2 related Operating System: XP Home SP2 PHP Version: 5CVS-2005-05-11 (dev) New Comment:
I still get the crash after disabling the two modules in php.ini. I tried to included the output of the call ran from the command line (instead of from a browser where it crashes), in case it might help figure out what might be different with my configuration, but it was rejected as a spam. Previous Comments: ------------------------------------------------------------------------ [2005-05-18 21:24:57] [EMAIL PROTECTED] Disable them and try again. ------------------------------------------------------------------------ [2005-05-18 20:16:42] elie_cohen at yahoo dot com The modules enabled in php.ini are (all the others are left commented out): extension=php_mbstring.dll extension=php_mysql.dll ------------------------------------------------------------------------ [2005-05-18 13:13:03] [EMAIL PROTECTED] Can't reproduce. What modules are enabled in php.ini ? ------------------------------------------------------------------------ [2005-05-11 16:11:43] elie_cohen at yahoo dot com 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 this bug report at http://bugs.php.net/?id=33008&edit=1