ID: 46397 Updated by: [EMAIL PROTECTED] Reported By: ger_stingray427 at yahoo dot com -Status: Open +Status: Bogus Bug Type: *General Issues Operating System: linux PHP Version: 5.2.6 New Comment:
Please do not submit the same bug more than once. An existing bug report already describes this very problem. Even if you feel that your issue is somewhat different, the resolution is likely to be the same. Thank you for your interest in PHP. Try search for "connection_aborted" before submitting any bug reports. Previous Comments: ------------------------------------------------------------------------ [2008-10-26 21:47:04] ger_stingray427 at yahoo dot com Description: ------------ does not work even user press Stop button on a browser. currently tested on firefox 64bit-version. But guess this is not a problem of apache2 or browser. btw using apache 2.2.9 and php is build as module Reproduce code: --------------- while(!connection_aborted()) { usleep(10000); } Expected result: ---------------- script or loop should exit Actual result: -------------- script keeps running, tested even without usleep(10000); and CPU load was 100% for 30 sec (timeout time)! ------------------------------------------------------------------------ -- Edit this bug report at http://bugs.php.net/?id=46397&edit=1