|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
[2008-10-26 22:50 UTC] jani@php.net
|
|||||||||||||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Tue Dec 02 14:00:01 2025 UTC |
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)!