php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #33008 phpinfo(INFO_MODULES) crashes Apache 2
Submitted: 2005-05-11 16:11 UTC Modified: 2005-05-26 09:16 UTC
From: elie_cohen at yahoo dot com Assigned:
Status: Not a bug Package: Apache2 related
PHP Version: 5CVS-2005-05-11 (dev) OS: XP Home SP2
Private report: No CVE-ID: None
 [2005-05-11 16:11 UTC] 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



Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2005-05-18 13:13 UTC] tony2001@php.net
Can't reproduce.
What modules are enabled in php.ini ?
 [2005-05-18 20:16 UTC] 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 21:24 UTC] tony2001@php.net
Disable them and try again.
 [2005-05-19 10:26 UTC] elie_cohen at yahoo dot com
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.
 [2005-05-23 12:23 UTC] tony2001@php.net
What was reject as a spam? 
Put it somewhere and give us the link.
 [2005-05-23 13:16 UTC] elie_cohen at yahoo dot com
I guest the output of phpinfo(INFO_MODULES) is too long. It looks like the bug system is expecting short answers, and is suspicious of anything with a large amount of characters.

I made a file of the output. Where do you suggest I put it? Is there a ftp site I can upload it to?

Thanks,
Elie
 [2005-05-23 14:15 UTC] tony2001@php.net
No, thanks, we don't need your output.
You'd better provide more info on how to reproduce it.
As I have already said I can't reproduce it nor on XP Home, neither on Linux.
 [2005-05-25 09:03 UTC] elie_cohen at yahoo dot com
After further investigation, the MxAVIsp DLL in which Apache crashes in, belongs to V-COM's SystemSuite. I have contacted V-COM, and am waiting for resolution.  If I get resolution I will update this bug report. Thanks for you time.
 [2005-05-25 11:21 UTC] tony2001@php.net
Ok, we'll wait for you to get more info.
 [2005-05-26 08:25 UTC] elie_cohen at yahoo dot com
The problem was due to the mail scan option of V-COM's SystemSuite. Unfortunately disabling mail scan after it was enbled does not help. The work around is to uninstall systemsuite, and reinstall it with the mail scan option unchecked and with the firewall, auto update, and file scan options checked.
 [2005-05-26 09:16 UTC] derick@php.net
Definitely not a PHP bug then, marking as bogus.
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Thu Apr 25 21:01:36 2024 UTC