From:             yannl at istop dot com
Operating system: Suse Linux 8.1
PHP version:      5CVS-2003-06-18 (dev)
PHP Bug Type:     Performance problem
Bug description:  max_execution_time 

Description:
------------
Hi, i noticed that php does not repesct the max_execution_time (set to 30
seconds in my case)

I made small programing error, see code below.
I think this should timeout pass 30 secondes, wich it is not doing, wich
is leading to the use of all my ressources.

Here is my configuration


System => Linux Pluton 2.4.19-4GB #1 Fri Sep 13 13:14:56 UTC 2002 i686
Build Date => Jun 18 2003 10:22:49
Configure Command =>  './configure' '--with-apache=../../apache_1.3.27'
'--with-mysql' '--enable-track-vars' '--with-dom' '--enable-sockets'
'--enable-wddx' '--with-xmlrpc' '--enable-xslt'
'--with-xslt-sablot=/usr/local/' '--with-zlib-dir=/usr/local/include'
'--with-expat-dir=/usr/local'
Server API => Command Line Interface
Virtual Directory Support => disabled
Configuration File (php.ini) Path => /usr/local/lib/php.ini
PHP API => 20030518
PHP Extension => 20020429
Zend Extension => 90021012
Debug Build => no
Thread Safety => disabled
Registered PHP Streams => php, http, ftp, compress.zlib  

Reproduce code:
---------------
function GetRegularExpression(){
 return $this->GetRegularExpression();
//   return $this->regular_expression;
}



-- 
Edit bug report at http://bugs.php.net/?id=24245&edit=1
-- 
Try a CVS snapshot:         http://bugs.php.net/fix.php?id=24245&r=trysnapshot
Fixed in CVS:               http://bugs.php.net/fix.php?id=24245&r=fixedcvs
Fixed in release:           http://bugs.php.net/fix.php?id=24245&r=alreadyfixed
Need backtrace:             http://bugs.php.net/fix.php?id=24245&r=needtrace
Try newer version:          http://bugs.php.net/fix.php?id=24245&r=oldversion
Not developer issue:        http://bugs.php.net/fix.php?id=24245&r=support
Expected behavior:          http://bugs.php.net/fix.php?id=24245&r=notwrong
Not enough info:            http://bugs.php.net/fix.php?id=24245&r=notenoughinfo
Submitted twice:            http://bugs.php.net/fix.php?id=24245&r=submittedtwice
register_globals:           http://bugs.php.net/fix.php?id=24245&r=globals
PHP 3 support discontinued: http://bugs.php.net/fix.php?id=24245&r=php3
Daylight Savings:           http://bugs.php.net/fix.php?id=24245&r=dst
IIS Stability:              http://bugs.php.net/fix.php?id=24245&r=isapi
Install GNU Sed:            http://bugs.php.net/fix.php?id=24245&r=gnused

Reply via email to