]> granicus.if.org Git - php/commitdiff
NEWS update
author <changelog@php.net> <>
Thu, 25 May 2000 01:09:08 +0000 (01:09 +0000)
committer <changelog@php.net> <>
Thu, 25 May 2000 01:09:08 +0000 (01:09 +0000)
NEWS

diff --git a/NEWS b/NEWS
index a9497dc8186167fd5fc9c95649ad3a6e80bcdbaf..54ce117946600588cb440b8ca7d9eb5b459ea8cb 100644 (file)
--- 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)