diff options
author | Yasuo Ohgaki <yohgaki@php.net> | 2002-10-01 02:54:30 +0000 |
---|---|---|
committer | Yasuo Ohgaki <yohgaki@php.net> | 2002-10-01 02:54:30 +0000 |
commit | 2ecf6161b8538d2a489a10b9520b3d782bcab8a8 (patch) | |
tree | c47c9686c1cf59b599fd546c30f9c1c79f421702 | |
parent | 47ca8127bb8f371ecf05ba56e336b6e57723d116 (diff) | |
download | php-git-2ecf6161b8538d2a489a10b9520b3d782bcab8a8.tar.gz |
Implicit flush fix
-rw-r--r-- | NEWS | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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) |