From: Date: Wed, 13 Mar 2002 01:20:33 +0000 (+0000) Subject: NEWS update X-Git-Tag: help~22 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=97d0337e4f75186e1e703a0291e58d518131f2d9;p=php NEWS update --- diff --git a/NEWS b/NEWS index b6834c8755..624d60af57 100644 --- 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)