At 01:19 04.09.2003, Colm O'Riain said:
--------------------[snip]-------------------- 
>So 2 questions for you all
>
>* Why, if the intitial configuration enabled safe mode, would it not be 
>seen to be enabled when I call phpinfo(INFO_CONFIGURATION)?

Because safe_mode might be switched off in php.ini?

>* If, in fact, it is in safe_mode, what options do I have to get around
>this 30 second limit?

There's also a script timeout on most web servers. Apache by default
imposes a 30 second limit on each page it serves, configurable in httpd.conf:
    #
    # Timeout: The number of seconds before receives and sends time out.
    #
    Timeout 300



-- 
   >O     Ernest E. Vogelsinger
   (\)    ICQ #13394035
    ^     http://www.vogelsinger.at/

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

Reply via email to