ID:               32931
 User updated by:  pbnadeau at gmail dot com
 Reported By:      pbnadeau at gmail dot com
 Status:           Open
 Bug Type:         Reproducible crash
 Operating System: freebsd
 PHP Version:      4.3.11
 New Comment:

It appears that eaccelerator wasn't shut down on the server I ran the
code (we get a random one every connection). I'll get them the bug
report.


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

[2005-05-03 21:07:09] pbnadeau at gmail dot com

Description:
------------
Run this script on 4.3.11 and FIEW will NEVER appear. TEST will appear
a lot of time though (until the memory will be exhausted). Disabled
caching & profiling...



Reproduce code:
---------------
<?php
error_log("TEST " . $_GET['id']);
@reset($hi);
error_log("FIEW");
?>

Completed

Expected result:
----------------
Completed

Actual result:
--------------
500 - Internal Server Error
+ filled log file


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


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

Reply via email to