From:             [EMAIL PROTECTED]
Operating system: Suse 7.0 / Kernel 2.4.4
PHP version:      4.0.4pl1
PHP Bug Type:     *Function Specific
Bug description:  set_time_limit doesn't work

Set_time_limit() is completely ignored. All php.ini-values are on default (especially 
safe mode is off). For example, execution of the following test-script never stops:

set_time_limit(10);

while(true) {
    echo "sleeping...<br>\n";
    flush();
    sleep(1);
}

This bug has already been descriped in http://www.php.net/bugs.php?id=5518 but the fix 
provided by Rasmus doesn't seem to work (any longer).

conf-line: './configure' '--with-apache=/home/maverick/src/lamp/apache_1.3.19' 
'--with-mysql=/usr/mysql' '--with-zlib-dir=/usr/lib' '--with-ftp' '--with-gd' 
'--with-jpeg-dir=/usr/local/lib' '--enable-versioning' '--enable-track-vars=yes' 
'--enable-url-includes' '--enable-sysvshm=yes' '--enable-sysvsem=yes' 
'--with-config-file-path=/etc' '--enable-sockets' '--with-mcrypt' '--with-openssl' 
'--with-xpm-dir=/usr/X11R6/lib'

Daniel Fuehrer


-- 
Edit Bug report at: http://bugs.php.net/?id=10764&edit=1



-- 
PHP Development Mailing List <http://www.php.net/>
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to