From: Date: Thu, 25 May 2000 01:09:08 +0000 (+0000) Subject: NEWS update X-Git-Tag: PRE_EIGHT_BYTE_ALLOC_PATCH~260 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=148a3396ec4e6326d005fb398781f86a7e635fc4;p=php NEWS update --- diff --git a/NEWS b/NEWS index a9497dc818..54ce117946 100644 --- a/NEWS +++ b/NEWS @@ -2,6 +2,11 @@ PHP 4.0 NEWS ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||| ?? ??? 2000, Version 4.0.1-dev +- Fixed min()/max() segfault. (Andrei) +- New module for reading EXIF header data from JPEG files. Most digital + cameras will embed all sorts of information about a picture inside the + jpeg images it generates. (Rasmus) +- Fix a couple of warnings in the gd and ldap modules - Fixed basename() bug where "file.ext///" would not return the same as "/path/file.ext///" (Rasmus) - Add the swf_ortho function. (Sterling)