]> granicus.if.org Git - php/commitdiff
NEWS update
author <changelog@php.net> <>
Wed, 13 Mar 2002 01:20:33 +0000 (01:20 +0000)
committer <changelog@php.net> <>
Wed, 13 Mar 2002 01:20:33 +0000 (01:20 +0000)
NEWS

diff --git a/NEWS b/NEWS
index b6834c8755c1517531803d89a7bb6189776577ca..624d60af573fbe512e84ae9ac7e24d302371d3ab 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,6 +1,11 @@
 PHP 4                                                                      NEWS
 |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
 ?? ??? 2002, Version 4.3.0
+- The second parameter of gzencode() now is the compression level like
+  in the documentation. The encoding mode is a third (optional) parameter.
+- new function exif_imagetype
+  exif_thumbnail fupports thumbnails in TIFF format and can return size
+  of thumbnail
 - implemented domxml_elem_get_elements_by_tagname
   new function domxml_doc_get_elements_by_tagname
   new function domxml_doc_get_element_by_id (chregu)