]> granicus.if.org Git - php/commitdiff
MFH
authorfoobar <sniper@php.net>
Fri, 15 Mar 2002 21:46:18 +0000 (21:46 +0000)
committerfoobar <sniper@php.net>
Fri, 15 Mar 2002 21:46:18 +0000 (21:46 +0000)
NEWS

diff --git a/NEWS b/NEWS
index c5072e3ef2687c1ec2de16ad031c56ea61d480c5..ef4daf39bfe799d6c745dd243a5e619b2609ac20 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -27,6 +27,8 @@ PHP 4                                                                      NEWS
           $r=socket_select($rfds, $wfds, NULL, 1);
           print "Ready to read:\n"; var_dump($rfds);
     ?>
+- Added optional 3rd parameter "int encoding_mode" to gzencode() and fixed 
+  parameters to conform documentation. (Stefan)
 - Changed read_exif_data() to be an alias of exif_read_data(). (Marcus)
 - Added exif_tagname() function which returns the names of tags and
   exif_thumbnail() function to extract embedded thumbnails. (Marcus)