phpbar.de logo

Mailinglisten-Archive

AW: [php] PHP Konfiguration bei Dateiuploads

AW: [php] PHP Konfiguration bei Dateiuploads

Thomas Richter php at wwedit.org
Don Aug 19 12:16:36 CEST 2004


> Der lokale Wert von max_execution_time kann nicht per ini_set gesetzt 
> werden.

falsch.

aus dem manual zu ini_set():

...
max_execution_time "30" PHP_INI_ALL 
...

d.h. man kann es auch durch ini_set('max_execution_time',0);
deaktivieren. 

warum es nicht funktioniert steht aber in set_time_limit():

"Note: 
The set_time_limit() function and the configuration directive
max_execution_time only affect the execution time of the script itself.
Any time spent on activity that happens outside the execution of the
script such as system calls using system(), the sleep() function,
database queries, etc. is not included when determining the maximum time
that the script has been running."


gruss

thomas



php::bar PHP Wiki   -   Listenarchive