ID:               32931
 Updated by:       [EMAIL PROTECTED]
 Reported By:      pbnadeau at gmail dot com
-Status:           Open
+Status:           Bogus
 Bug Type:         Reproducible crash
 Operating System: freebsd
 PHP Version:      4.3.11
 New Comment:

Sorry, but your problem does not imply a bug in PHP itself.  For a
list of more appropriate places to ask for help using PHP, please
visit http://www.php.net/support.php as this bug system is not the
appropriate forum for asking support questions.  Due to the volume
of reports we can not explain in detail here why your report is not
a bug.  The support channels will be able to provide an explanation
for you.

Thank you for your interest in PHP.

Not a PHP bug.


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

[2005-05-03 21:12:32] pbnadeau at gmail dot com

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.

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

[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