From: Yasuo Ohgaki Date: Thu, 2 May 2002 01:15:30 +0000 (+0000) Subject: Modify NEWS entry for Content-Length header change X-Git-Tag: php-4.3.0dev-ZendEngine2-Preview1~311 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=cbf8a26d53d5c1f1f1202195826e639852949ba4;p=php Modify NEWS entry for Content-Length header change --- diff --git a/NEWS b/NEWS index d035d8eae3..fbd3264364 100644 --- 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)