unread
This is the simple test script:
<?php
while (1) {
echo "1";
sleep (1);
}
?>
Steps to reproduce:
1) Start Apache
2) Access the script and let it run for some seconds
3) Stop the request.
4) Shutdown Apache
Maybe these leaks are intentional but thinking that there are
so many leaks makes me think there really is some bug somewhere? :)
Some of these (bcmath ones) seem to be caused by that fact that
RSHUTDOWN is not run at all when you happen to press 'Stop' in your
browser. (There's some bug report about this, iirc :)
--Jani