From:             [EMAIL PROTECTED]
Operating system: Linux 4.2.17
PHP version:      4.1.2
PHP Bug Type:     Scripting Engine problem
Bug description:  timeout after script finishes when using lots of memory

I have a script that consumes about 180MB of memory while running.
Everything works OK, and it finishes successfully, but after it's done, it
reports
"Fatal error: Maximum execution time of 30 seconds exceeded in Unknown on
line 0".

Since this error doesn't happen if I configure it to consume less memory,
my guess is that this happens while the memory is being released at the
end of executing the script.

The script uses no particular extensions, just string and array
manipulation functions.

set_time_limit(0) is called at the beginning.

My PHP version is run through Apache 1.3.24 (static build).
-- 
Edit bug report at http://bugs.php.net/?id=17509&edit=1
-- 
Fixed in CVS:        http://bugs.php.net/fix.php?id=17509&r=fixedcvs
Fixed in release:    http://bugs.php.net/fix.php?id=17509&r=alreadyfixed
Need backtrace:      http://bugs.php.net/fix.php?id=17509&r=needtrace
Try newer version:   http://bugs.php.net/fix.php?id=17509&r=oldversion
Not developer issue: http://bugs.php.net/fix.php?id=17509&r=support
Expected behavior:   http://bugs.php.net/fix.php?id=17509&r=notwrong
Not enough info:     http://bugs.php.net/fix.php?id=17509&r=notenoughinfo
Submitted twice:     http://bugs.php.net/fix.php?id=17509&r=submittedtwice
register_globals:    http://bugs.php.net/fix.php?id=17509&r=globals

Reply via email to