ID:               42706
 Updated by:       [EMAIL PROTECTED]
 Reported By:      bogdan at e-technics dot com
-Status:           Open
+Status:           Feedback
 Bug Type:         PHP options/info functions
 Operating System: Opensuse 10.1
 PHP Version:      5.2.4
 New Comment:

Please try using this CVS snapshot:

  http://snaps.php.net/php5.2-latest.tar.gz
 
For Windows (zip):
 
  http://snaps.php.net/win32/php5.2-win32-latest.zip

For Windows (installer):

  http://snaps.php.net/win32/php5.2-win32-installer-latest.msi




Previous Comments:
------------------------------------------------------------------------

[2007-09-19 14:08:02] bogdan at e-technics dot com

The configure line is:

'./configure' '--prefix=/soft/php5'
'--with-config-file-path=/soft/php5' '--with-mysql=/var'
'--with-apxs2=/soft/apacheo/bin/apxs' '--with-gd'
'--enable-gd-native-ttf' '--enable-gd-imgstrttf' '--enable-exif'
'--with-png' '--enable-track-vars' '--enable-ftp' '--enable-dbase'
'--with-zlib' '--with-bz2' '--with-tiff-dir=/usr/lib'
'--with-oci8=instantclient,/usr/lib/oracle/10.2.0.2/client'

The event took place during stressful database operations, using oci8,
that are too complex to be reproduced here. The behavior was: it runned
for about 20 minutes the the error "Maximum execution time of 0 seconds
exceeded" was  given. As I stated above, after I have modified the 
max_input_time to a  large value(30000) it worked fine, so I assume
there was a database operation that exceeded the 60 seconds timeout.
Still in this case the error message should have been that
max_input_time was exceeded or max_execution time should override
max_input_time as I assumed it does from the documentation.

------------------------------------------------------------------------

[2007-09-19 13:34:19] [EMAIL PROTECTED]

I can not reproduce this. Please provide more information, like how you
have compiled PHP (the configure line) for example.

------------------------------------------------------------------------

[2007-09-19 07:40:34] bogdan at e-technics dot com

Description:
------------
Maximum execution time of 0 seconds exceeded 
with the following configuration:

max_execution_time = 0     
max_input_time = 60  

The solution to this was to increase max_input_time to a very large
value, but shouldn't max_execution_time override max_input_time?

Expected result:
----------------
Script should have run

Actual result:
--------------
Maximum execution time of 0 seconds exceeded 


------------------------------------------------------------------------


-- 
Edit this bug report at http://bugs.php.net/?id=42706&edit=1

Reply via email to