php/max time exceeded/execute via shell?
hi there,
i will execute a php file via shell/console:
php -f xyz.php
so i get a fatal error:
PHP Fatal error: Maximum execution time of 30 seconds exceeded
if i make this at debian or a old redhat, the script running fine without the error. if i run the script via fedora core 2, i get the error.
in any php.ini files is the max time 30 secs, i thought that this flag is only for a apache executing?!?!? and i can run a script via root and shell without the max time limit?!?!?!
thanks
jonas
|