From: Date: Fri, 2 Feb 2001 02:09:08 +0000 (+0000) Subject: NEWS update X-Git-Tag: php-4.0.5RC1~395 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=e684eb390d9d8450c02ebd8514672346b5a4bb3a;p=php NEWS update --- diff --git a/NEWS b/NEWS index e38168602b..af0d36cd9d 100644 --- 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(),