[PHP-DEV] Bug #2636 Updated: Incomprehensible Header() behaviour From: Bug Database (php-dev <email protected>)
Date: 10/29/99

ID: 2636
Updated by: rasmus
Reported By: dobosgy <email protected>
Status: Closed
Bug Type: Performance problem
Assigned To:
Comments:

This has nothing to do with PHP. PHP scripts continue to run until they are finished unless you tell it to terminate when the client disappears.
See the Connection Handling chapter in the manual. The fact that a 2 appears is a Netscape issue. PHP will always try to send the 2 the way
you have written the script. If you want the script to exit after the Header() call, add an exit; statement there.

Full Bug description available at: http://bugs.php.net/?id=2636

-- 
PHP Development Mailing List <http://www.php.net/>
To unsubscribe, e-mail: php-dev-unsubscribe <email protected>
For additional commands, e-mail: php-dev-help <email protected>
To contact the list administrators, e-mail: php-list-admin <email protected>