From: [EMAIL PROTECTED]
Operating system: Win2k/CGI
PHP version: 4.0.6
PHP Bug Type: Unknown/Other Function
Bug description: Connection Handling Functions Broken
Regardless of the actual state of connection, state returned is always 0.
ignore_user_abort (TRUE); // Tried with and without :)
register_shutdown_function (create_function ('', 'error_log (connection_status ()."
(".time().")\n", 3, "./error_log.txt");'));
/* Long slow page to load - easy to interrupt or timeout */
echo join ('', file ('http://www.advogato.org/person/'));
--
Edit Bug report at: http://bugs.php.net/?id=11831&edit=1
--
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]