ID: 37813 User updated by: stefan dot glaesser at gmail dot com Reported By: stefan dot glaesser at gmail dot com Status: Open Bug Type: CGI related Operating System: Debian Sarge PHP Version: 5.1.4 New Comment:
I've tried to compile version 5.1.3 but got the same error. Then I've tried 5.1.2 and this now works fine for me. Previous Comments: ------------------------------------------------------------------------ [2006-06-15 12:45:43] smlerman at gmail dot com May be related to http://bugs.php.net/bug.php?id=37408 ------------------------------------------------------------------------ [2006-06-15 10:19:07] stefan dot glaesser at gmail dot com 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 this bug report at http://bugs.php.net/?id=37813&edit=1