php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #29764 crash
Submitted: 2004-08-19 21:05 UTC Modified: 2004-10-14 01:00 UTC
From: marius at electricplus dot ro Assigned:
Status: No Feedback Package: Reproducible crash
PHP Version: 5.0.0 OS: win 9.x
Private report: No CVE-ID: None
Have you experienced this issue?
Rate the importance of this bug to you:

 [2004-08-19 21:05 UTC] marius at electricplus dot ro
Description:
------------
<?php
print_r(apache_get_modules());
?>

Reproduce code:
---------------
<?php
print_r(apache_get_modules());
?> 

Expected result:
----------------
Array
(
    [0] => core
    [1] => http_core
    [2] => mod_so
    [3] => sapi_apache2
    [4] => mod_mime
    [5] => mod_rewrite
)


Actual result:
--------------
crash witch close from apache when I hit close apache restarts.

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2004-10-06 02:12 UTC] iliaa@php.net
Please try using this CVS snapshot:

  http://snaps.php.net/php5-STABLE-latest.tar.gz
 
For Windows:
 
  http://snaps.php.net/win32/php5.0-win32-latest.zip


 [2004-10-14 01:00 UTC] php-bugs at lists dot php dot net
No feedback was provided for this bug for over a week, so it is
being suspended automatically. If you are able to provide the
information that was originally requested, please do so and change
the status of the bug back to "Open".
 [2005-04-14 01:06 UTC] s dot c dot kruiper at wanadoo dot nl
I use Apache 1.3.33 with php 5.0.4 and when using the above function the page seems to never be send to the client. I don't get a crash but the function just seems to create a eternal loop. At least thats what it seems to be from a clients point of view.
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Fri Mar 29 12:01:27 2024 UTC