]> granicus.if.org Git - php/commitdiff
NEWS update
author <changelog@php.net> <>
Fri, 2 Feb 2001 02:09:08 +0000 (02:09 +0000)
committer <changelog@php.net> <>
Fri, 2 Feb 2001 02:09:08 +0000 (02:09 +0000)
NEWS

diff --git a/NEWS b/NEWS
index e38168602bfa7dfbe42189e62abf6f8750a26026..af0d36cd9defb1b930d92039e7aa27255e2ff246 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -2,6 +2,11 @@ PHP 4.0                                                                    NEWS
 |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
 
 ?? ??? 200?, Version 4.0.5
+- When using the ob_gzhandler() PHP now automagically also sets the
+  Content-Lengh correctly which enables browsers to use the HTTP
+  Keep-Alive feature. (Thies)
+- UDM_PARAM_CHARSET parameter in Udm_Set_Agent_Param() has been added to
+  set local charset you are using. Example updated also. (gluke)
 - Improved handling of preg_replace() /F modifier so that it's possible to
   specify array($obj, 'method') construct as a replacement function. (Andrei)
 - Added mysql_get_client_info(), mysql_get_server_info(),