In article <000401c1e67b$dd64c820$2fa3f318@blackbox>,
 [EMAIL PROTECTED] (Dustin E. Childers) wrote:

> It does not stop after its execution time. We have let this run for 10+
> minutes to see if it would crash the server, and it did. It does not affect
> the person that loads the code in the browser, just affects the server
> running the code.

You say that the script is exceeding both the memory limit and time limit; 
have you run phpinfo() from this script to confirm that those settings are 
in effect?  Perhaps the wrong php.ini file is being used, or the php.ini 
settings are being overridden by settings in httpd.conf, .htaccess, or even 
the script itself...

-- 
CC

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to