diff --git a/NEWS b/NEWS index a9497dc8186..54ce1179466 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)