Comment 5 for bug 193619

Revision history for this message
Guillermo PĂ©rez (bisho) wrote :

Please, it IS a bug. They closed the bug wrongly:
-------------------------------
Script continues normally and abort IS ignored, this is of course the
intended functionality.

But the return of connection_status() is always 0, when it should be 1
(ABORTED) to indicate that the connection is closed because an abort.

See connection_status() documentation. The return of that function is
what is buggy here:
http://www.php.net/manual/en/features.connection-handling.php

Please, reopen this bug.