ID: 10764
Updated by: sniper
Reported By: [EMAIL PROTECTED]
Old-Status: Open
Status: Closed
Bug Type: *Function Specific
Operating system: 
PHP Version: 4.0.4pl1
Assigned To: 
Comments:

Check this bug report for good explanation why this
can't work:

http://www.php.net/bugs.php?id=8414&edit=1



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

[2001-05-09 16:01:15] [EMAIL PROTECTED]
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

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



ATTENTION! Do NOT reply to this email!
To reply, use the web interface found at http://bugs.php.net/?id=10764&edit=2


-- 
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