diff options
author | Yasuo Ohgaki <yohgaki@php.net> | 2002-10-01 10:04:04 +0000 |
---|---|---|
committer | Yasuo Ohgaki <yohgaki@php.net> | 2002-10-01 10:04:04 +0000 |
commit | 2c7440537d9cb7f0b3a2968ce32401c556dd58ce (patch) | |
tree | 60eee99ec1cd760f0b4afd79a95919ad95db6ee7 /NEWS | |
parent | e92abff88b98d8a04fd6b568d712ec3c2d83f47b (diff) | |
download | php-git-2c7440537d9cb7f0b3a2968ce32401c556dd58ce.tar.gz |
Bug fix
Diffstat (limited to 'NEWS')
-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 bug #17825 (ob_start() chunk size option didn't work well). (Yasuo) - 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(), |