summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYasuo Ohgaki <yohgaki@php.net>2002-10-01 02:54:30 +0000
committerYasuo Ohgaki <yohgaki@php.net>2002-10-01 02:54:30 +0000
commit2ecf6161b8538d2a489a10b9520b3d782bcab8a8 (patch)
treec47c9686c1cf59b599fd546c30f9c1c79f421702
parent47ca8127bb8f371ecf05ba56e336b6e57723d116 (diff)
downloadphp-git-2ecf6161b8538d2a489a10b9520b3d782bcab8a8.tar.gz
Implicit flush fix
-rw-r--r--NEWS1
1 files changed, 1 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index f2e59b0747..0b30e694d6 100644
--- a/NEWS
+++ b/NEWS
@@ -4,6 +4,7 @@ PHP 4 NEWS
- ATTENTION!! "make install" will *always* install the CLI SAPI binary in
{PREFIX}/bin/php. If you enable the CGI binary to be built, it will be
installed as {PREFIX}/bin/php-cgi.
+- Fixed output buffering implicit flush. (Yasuo)
- Added getopt() for parsing command line options and arguments. (Jon)
- Added pg_fetch_assoc(), pg_fetch_all(), pg_metadata(), pg_convert(),
pg_insert(), pg_select(), pg_update() and pg_delete(). (Yasuo)