Page 1 of 1

max_execution_time problem

PostPosted: 09. August 2006 22:21
by qrees
max_execution_time setting in php.ini seem not to work. No matter how I change it, I always get:

"Maximum execution time of 60 seconds exceeded..."

Changing other settings works.

I use: The XAMPP 1.5.3a

PostPosted: 09. August 2006 22:26
by Wiedmann
max_execution_time setting in php.ini seem not to work.

The value of "max_execution_time" does not change in phpinfo()?

PostPosted: 09. August 2006 22:30
by qrees
Wiedmann wrote:
max_execution_time setting in php.ini seem not to work.

The value of "max_execution_time" does not change in phpinfo()?

It does change.

PostPosted: 09. August 2006 22:33
by qrees
Ok, problem solved. After changing max_input_time it does work (but why input_time affects execution time :shock: ).

PostPosted: 09. August 2006 22:49
by Wiedmann
but why input_time affects execution time

http://bugs.php.net/bug.php?id=37306