ID:               17265
 Comment by:       [EMAIL PROTECTED]
 Reported By:      [EMAIL PROTECTED]
 Status:           Critical
 Bug Type:         Scripting Engine problem
 Operating System: FreeBSD4.5
 PHP Version:      4.1.2
 Assigned To:      zeev
 New Comment:

Ive been updating my version of PHP every week in the hope that this
problem is fixed.

alas, it still does not work.

Has anyone any feedback on this bug, when it may be fixed?


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

[2002-09-05 15:56:57] [EMAIL PROTECTED]

Another one for Zeev to fix.. :)


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

[2002-09-05 13:42:59] [EMAIL PROTECTED]

This bug is trivially reproduceable with the following code fragment:

while (1) {
        sleep(3);

        $status = connection_status();
        syslog(1, "connection status is $status");
        $status = connection_aborted();
        syslog(1, "connection aborted is $status");
}       

It happens consistently using php4.1.2 compiled under OpenBSD 2.8.

If you watch the error log, the connection_status() always returns 0,
whether or not the stop button has been pressed.  Similarly,
connection_aborted() always returns 0.

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

[2002-06-07 20:53:02] [EMAIL PROTECTED]

the functions do work if you hve a sleep() with more then one second
everything below don't work.

some one should fix that bug

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

[2002-05-16 00:48:22] [EMAIL PROTECTED]

when client disconnected or hit 'Stop' button. 
1.these 2 functions alway return 0;
connection_status();
connection_aborted();

2.and alway ignore 'STOP' button when
ignore_user_abort(true);  or
ignore_user_abort(false);


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


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

Reply via email to