From:             alain at antinea dot org
Operating system: Linux
PHP version:      4.3.2
PHP Bug Type:     *General Issues
Bug description:  Maximum execution time of 30 seconds exceeded

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 bug report at http://bugs.php.net/?id=25150&edit=1
-- 
Try a CVS snapshot (php4):  http://bugs.php.net/fix.php?id=25150&r=trysnapshot4
Try a CVS snapshot (php5):  http://bugs.php.net/fix.php?id=25150&r=trysnapshot5
Fixed in CVS:               http://bugs.php.net/fix.php?id=25150&r=fixedcvs
Fixed in release:           http://bugs.php.net/fix.php?id=25150&r=alreadyfixed
Need backtrace:             http://bugs.php.net/fix.php?id=25150&r=needtrace
Try newer version:          http://bugs.php.net/fix.php?id=25150&r=oldversion
Not developer issue:        http://bugs.php.net/fix.php?id=25150&r=support
Expected behavior:          http://bugs.php.net/fix.php?id=25150&r=notwrong
Not enough info:            http://bugs.php.net/fix.php?id=25150&r=notenoughinfo
Submitted twice:            http://bugs.php.net/fix.php?id=25150&r=submittedtwice
register_globals:           http://bugs.php.net/fix.php?id=25150&r=globals
PHP 3 support discontinued: http://bugs.php.net/fix.php?id=25150&r=php3
Daylight Savings:           http://bugs.php.net/fix.php?id=25150&r=dst
IIS Stability:              http://bugs.php.net/fix.php?id=25150&r=isapi
Install GNU Sed:            http://bugs.php.net/fix.php?id=25150&r=gnused

Reply via email to