[PHP-DEV] Bug #4324: call to exit does not flush output buffers From: pcw <email protected>
Date: 05/04/00

From: pcw <email protected>
Operating system: Linux 2.2.16 (?)
PHP version: 3.0.16
PHP Bug Type: Misbehaving function
Bug description: call to exit does not flush output buffers

ex:
<?php
  echo "bleh";
  exit;
?>

produces empty document in 3.0.16, not in other versions (tested). Will log back in to provide configure script later today. (no access to development machine atm).

-- 
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>