]> granicus.if.org Git - php/commitdiff
Modify NEWS entry for Content-Length header change
authorYasuo Ohgaki <yohgaki@php.net>
Thu, 2 May 2002 01:15:30 +0000 (01:15 +0000)
committerYasuo Ohgaki <yohgaki@php.net>
Thu, 2 May 2002 01:15:30 +0000 (01:15 +0000)
NEWS

diff --git a/NEWS b/NEWS
index d035d8eae36f3802c30fd709392d0f118ce333f4..fbd32643644b21897f4bc5f99264aea7b19a3fca 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -8,7 +8,7 @@ PHP 4                                                                      NEWS
   ex. socket_select($w, $r, $e=NULL, 10);
 - Added optional 3rd parameter to mysql_select_db() which makes it return
   the previously selected database name. (Jani)
-- If possible set Content-Length header in zlib.output_compression mode. (thies)
+- Set Content-Length header whenenver it's possible. (thies, Yasuo)
 - Major update of domxml. New functions and better DOM compliance. (Uwe)
 - Added large OID value (2^31 to 2^32) support for pg_lo_import(),
   pg_lo_unlink(), pg_lo_open() and pg_lo_export(). (Yasuo)