ID:               29764
 Comment by:       s dot c dot kruiper at wanadoo dot nl
 Reported By:      marius at electricplus dot ro
 Status:           No Feedback
 Bug Type:         Reproducible crash
 Operating System: win 9.x
 PHP Version:      5.0.0
 New Comment:

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.


Previous Comments:
------------------------------------------------------------------------

[2004-10-14 01:00:03] 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".

------------------------------------------------------------------------

[2004-10-06 02:12:26] [EMAIL PROTECTED]

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-08-19 21:05:43] 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.


------------------------------------------------------------------------


-- 
Edit this bug report at http://bugs.php.net/?id=29764&edit=1

Reply via email to