From: stefan dot glaesser at gmail dot com Operating system: Debian Sarge PHP version: 5.1.4 PHP Bug Type: CGI related Bug description: Max_execution_time ignored
Description: ------------ using: PHP 5.1.4-0.1 (cli) (built: Jun 13 2006 21:46:20) Running a larger PHP-Script on commandline stops after max_execution_time of 60 seconds. The configuration value in /etc/php5/cli/php.ini is completly ignored. Reproduce code: --------------- #!/usr/bin/php5 -q <?php ... any script that needs more time than 60 seconds... ?> -- Edit bug report at http://bugs.php.net/?id=37813&edit=1 -- Try a CVS snapshot (PHP 4.4): http://bugs.php.net/fix.php?id=37813&r=trysnapshot44 Try a CVS snapshot (PHP 5.2): http://bugs.php.net/fix.php?id=37813&r=trysnapshot52 Try a CVS snapshot (PHP 6.0): http://bugs.php.net/fix.php?id=37813&r=trysnapshot60 Fixed in CVS: http://bugs.php.net/fix.php?id=37813&r=fixedcvs Fixed in release: http://bugs.php.net/fix.php?id=37813&r=alreadyfixed Need backtrace: http://bugs.php.net/fix.php?id=37813&r=needtrace Need Reproduce Script: http://bugs.php.net/fix.php?id=37813&r=needscript Try newer version: http://bugs.php.net/fix.php?id=37813&r=oldversion Not developer issue: http://bugs.php.net/fix.php?id=37813&r=support Expected behavior: http://bugs.php.net/fix.php?id=37813&r=notwrong Not enough info: http://bugs.php.net/fix.php?id=37813&r=notenoughinfo Submitted twice: http://bugs.php.net/fix.php?id=37813&r=submittedtwice register_globals: http://bugs.php.net/fix.php?id=37813&r=globals PHP 3 support discontinued: http://bugs.php.net/fix.php?id=37813&r=php3 Daylight Savings: http://bugs.php.net/fix.php?id=37813&r=dst IIS Stability: http://bugs.php.net/fix.php?id=37813&r=isapi Install GNU Sed: http://bugs.php.net/fix.php?id=37813&r=gnused Floating point limitations: http://bugs.php.net/fix.php?id=37813&r=float No Zend Extensions: http://bugs.php.net/fix.php?id=37813&r=nozend MySQL Configuration Error: http://bugs.php.net/fix.php?id=37813&r=mysqlcfg
