1
0
mirror of https://github.com/php/php-src.git synced 2026-04-08 00:22:52 +02:00

NEWS update

This commit is contained in:
2000-05-25 01:09:08 +00:00
parent 7bd0936291
commit 148a3396ec

5
NEWS
View File

@@ -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)