On Mon, Nov 26, 2001 at 11:38:52AM +0200, Oleg Khimich wrote: > On my FreeBSD 4.3 php4.1.0rc3 not failing, but message "maximum execution time..." >appeared. > PHP4.2.0-dev core dumped after some time.
Good to see I'm not the only one. I see now that I should have read the "CGI quick cleanup" thread. I think this should be fixed, but actually when running as CGI/standalone it would be good to just exit without freeing all the memory the nice way. In that thread it's suggested to turn off fast cache, but couldn't we by default exit quickly when run as standalone? Except when debugging (--enable-debug?), then it is use- ful to do it the nice way and get report on leaks. Stig -- PHP Development Mailing List <http://www.php.net/> To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact the list administrators, e-mail: [EMAIL PROTECTED]