ID: 25150 Updated by: [EMAIL PROTECTED] Reported By: alain at antinea dot org -Status: Open +Status: Feedback Bug Type: *General Issues Operating System: Linux PHP Version: 4.3.2 New Comment:
Please try using this CVS snapshot: http://snaps.php.net/php4-STABLE-latest.tar.gz For Windows: http://snaps.php.net/win32/php4-win32-STABLE-latest.zip Previous Comments: ------------------------------------------------------------------------ [2003-08-19 11:21:29] alain at antinea dot org Description: ------------ PHP 4.3.2 in standalone mode (without apache) : ./configure --prefix=/usr/local/phpexe ; make ; make install I've created a /usr/local/phpexe/lib/php.ini with : max_execution_time = 600 and/or I put set_time_limit(600); at the beginning of a program. The problem is : the function phpinfo() show the good value (600), but I've always the error message when my program runs more than 30s : Maximum execution time of 30 seconds exceeded ------------------------------------------------------------------------ -- Edit this bug report at http://bugs.php.net/?id=25150&edit=1
