Edit report at http://bugs.php.net/bug.php?id=51211&edit=1
ID: 51211 Updated by: paj...@php.net Reported by: lubbers_corrado at yahoo dot com Summary: phpinfo() crashes on 5.3.2 (tested final release) -Status: Closed +Status: Bogus Type: Bug Package: Reproducible crash Operating System: WinXP/2003 PHP Version: 5.3.2RC3 New Comment: Not a bug > bogus. Previous Comments: ------------------------------------------------------------------------ [2010-03-05 08:58:20] lubbers_corrado at yahoo dot com my fault...i still used an incompatible version of eaccelerator which caused the crash. ------------------------------------------------------------------------ [2010-03-05 08:26:02] ahar...@php.net Thank you for this bug report. To properly diagnose the problem, we need a backtrace to see what is happening behind the scenes. To find out how to generate a backtrace, please read http://bugs.php.net/bugs-generating-backtrace.php for *NIX and http://bugs.php.net/bugs-generating-backtrace-win32.php for Win32 Once you have generated a backtrace, please submit it to this bug report and change the status back to "Open". Thank you for helping us make PHP better. ------------------------------------------------------------------------ [2010-03-05 08:21:42] lubbers_corrado at yahoo dot com Description: ------------ i just tried to open phpinfo(); .. and apache crashed tested as apache module and as fcgi when php is used as apache_module a small part of phpinfo is shown until the "date" infoblock appears then php/apache crashes With PHP 5.3.1 everything works fine. Test script: --------------- <?php phpinfo(); ?> Expected result: ---------------- A full phpinfo page without crashing Actual result: -------------- php crashes ------------------------------------------------------------------------ -- Edit this bug report at http://bugs.php.net/bug.php?id=51211&edit=1