From: Marcus Boerger Date: Mon, 24 Jun 2002 20:51:52 +0000 (+0000) Subject: cleanup X-Git-Tag: php-4.3.0dev_zend2_alpha2~102 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=9fe5a514f0c0139e5ea5be79ba323c122b671999;p=php cleanup --- diff --git a/NEWS b/NEWS index 8e80148e8e..7f4f872532 100644 --- a/NEWS +++ b/NEWS @@ -1,9 +1,9 @@ PHP 4 NEWS ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||| ?? ??? 2002, Version 4.3.0 -- exif_read_data returns mime-type now for image and thumbnail And exif_thumbnail now optionally returns imagetype. (Marcus) -- GetImageSize now returns additional index 'MimeType' and new function - imagetype2mimetype to convert php imagetypes to mime-types. (Marcus) +- GetImageSize() and exif_read_data() now return mime-type and exif_thumbnail() + optionally returns imagetype. (Marcus) +- Added image_type_to_mime_type() to convert imagetypes to mime-types. (Marcus) - Added a new parameter to the header() function which overrides the HTTP response code. (Derick) - Change the order of which modules are unloaded to the reverse order of