From: Stefan Roehrich Date: Thu, 14 Mar 2002 08:55:54 +0000 (+0000) Subject: Added NEWS entry for gzencode() change. X-Git-Tag: php-4.2.0RC1~35 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=30c35d4330a87548ec8e4912d8efbb6297878117;p=php Added NEWS entry for gzencode() change. --- diff --git a/NEWS b/NEWS index 3a16bcfb01..dd497fe049 100644 --- a/NEWS +++ b/NEWS @@ -1,6 +1,8 @@ PHP 4 NEWS ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||| ?? ??? 2002, Version 4.2.0 +- Added optional 3rd parameter "int encoding_mode" to gzencode() + and fixed parameters to conform documentation. (Stefan) - Modfied the mysql extension to disable 'LOAD LOCAL' when safe mode is enabled. (Jason) - Introduced major modifications to the Sockets Extension and its API (Jason):