php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #51211 phpinfo() crashes on 5.3.2 (tested final release)
Submitted: 2010-03-05 08:21 UTC Modified: 2010-03-05 11:12 UTC
From: lubbers_corrado at yahoo dot com Assigned:
Status: Not a bug Package: Reproducible crash
PHP Version: 5.3.2RC3 OS: WinXP/2003
Private report: No CVE-ID: None
 [2010-03-05 08:21 UTC] 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

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2010-03-05 08:26 UTC] aharvey@php.net
-Status: Open +Status: Feedback
 [2010-03-05 08:26 UTC] aharvey@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:26 UTC] aharvey@php.net
-Package: Unknown/Other Function +Package: Reproducible crash
 [2010-03-05 08:58 UTC] lubbers_corrado at yahoo dot com
my fault...i still used an incompatible version of eaccelerator which caused the crash.
 [2010-03-05 11:12 UTC] pajoye@php.net
-Status: Closed +Status: Bogus
 [2010-03-05 11:12 UTC] pajoye@php.net
Not a bug > bogus.
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Fri Apr 26 05:01:30 2024 UTC