]> granicus.if.org Git - php/commitdiff
Bug fix
authorYasuo Ohgaki <yohgaki@php.net>
Tue, 1 Oct 2002 10:04:04 +0000 (10:04 +0000)
committerYasuo Ohgaki <yohgaki@php.net>
Tue, 1 Oct 2002 10:04:04 +0000 (10:04 +0000)
NEWS

diff --git a/NEWS b/NEWS
index 0b30e694d6ff7854f2b7792f602a282848688e29..721901d1001be595ff66cdf30038d5425a474c1b 100644 (file)
--- 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 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(),