php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #4324 call to exit does not flush output buffers
Submitted: 2000-05-04 11:14 UTC Modified: 2002-10-01 12:51 UTC
Votes:1
Avg. Score:3.0 ± 0.0
Reproduced:0 of 0 (0.0%)
From: pcw at sunset dot net Assigned:
Status: Wont fix Package: Misbehaving function
PHP Version: 3.0.16 OS: Linux 2.2.13
Private report: No CVE-ID: None
Welcome back! If you're the original bug submitter, here's where you can edit the bug or add additional notes.
If you forgot your password, you can retrieve your password here.
Password:
Status:
Package:
Bug Type:
Summary:
From: pcw at sunset dot net
New email:
PHP Version: OS:

 

 [2000-05-04 11:14 UTC] pcw at sunset dot net
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).

Patches

Pull Requests

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2000-05-06 17:56 UTC] pcw at sunset dot net
Configure Script:

./configure --enable-track-vars --with-mcal=/var/exparamental/mcal --enable-bcmath --enable-versioning --with-config-file-path=/var/exparamental/etc --prefix=/var/exparamental/php-3.0.16 --with-apxs=/var/exparamental/apache-1.3/bin/apxs --with-gdbm --with-gd=/var/exparamental/gd-1.8.1 --with-ttf=/var/exparamental/freetype-1.3.1 --with-zlib=/var/exparamental/zlib --with-jpeg-dir=/var/exparamental/jpeg --enable-dba --with-mysql=/var/exparamental/mysql-3.22


 [2002-10-01 12:51 UTC] hholzgra@php.net
We are sorry, but can not support PHP 3 related problems anymore.
Momentum is gathering for PHP 5, and we think supporting PHP 3 will
lead to a waste of resources which we want to put into getting PHP 5
ready. Ofcourse PHP 4 will will continue to be supported for the
forseeable future.

We are sorry, but can not support PHP 3 related problems anymore.
Momentum is gathering for PHP 5, and we think supporting PHP 3 will
lead to a waste of resources which we want to put into getting PHP 5
ready. Ofcourse PHP 4 will will continue to be supported for the
forseeable future.


 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Sun Dec 22 01:01:30 2024 UTC