From:             [EMAIL PROTECTED]
Operating system: Redhat Linux 7.2
PHP version:      4.1.2
PHP Bug Type:     Apache related
Bug description:  register_shutdown_function

register_shutdown_function doesn't close the connection to the browser when
called on RedHat 7.2 Linux PHP 4.1.2.

Example:

<?php

function test() {
    echo "In test connection_status: " . connection_status() . "<BR>\n";
}

register_shutdown_function("test");
echo "In script connection_status: " . connection_status() . "<BR>\n";
?>
END<BR>

-- 
Edit bug report at http://bugs.php.net/?id=16194&edit=1
-- 
Fixed in CVS:        http://bugs.php.net/fix.php?id=16194&r=fixedcvs
Fixed in release:    http://bugs.php.net/fix.php?id=16194&r=alreadyfixed
Need backtrace:      http://bugs.php.net/fix.php?id=16194&r=needtrace
Try newer version:   http://bugs.php.net/fix.php?id=16194&r=oldversion
Not developer issue: http://bugs.php.net/fix.php?id=16194&r=support
Expected behavior:   http://bugs.php.net/fix.php?id=16194&r=notwrong
Not enough info:     http://bugs.php.net/fix.php?id=16194&r=notenoughinfo
Submitted twice:     http://bugs.php.net/fix.php?id=16194&r=submittedtwice

Reply via email to