diff options
author | <changelog@php.net> | 2002-06-23 00:24:35 +0000 |
---|---|---|
committer | <changelog@php.net> | 2002-06-23 00:24:35 +0000 |
commit | 61adf3e53006375a26ef695625f1bf37caae5365 (patch) | |
tree | ae43fe3a6fffb88a187006a37a6fb62ed4dbe096 /NEWS | |
parent | 1154cdccc7c78ef30df014262ec6ee53ee20a5a1 (diff) | |
download | php-git-61adf3e53006375a26ef695625f1bf37caae5365.tar.gz |
NEWS update
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -1,6 +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) - 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 |