- add leaks fix in imagecreatefromstring

This commit is contained in:
Pierre Joye 2005-12-17 17:52:44 +00:00
parent 1024844a41
commit 94518ca8e4

1
NEWS
View File

@ -5,6 +5,7 @@ PHP NEWS
- Added new extensions: (Ilia, Wez)
. XMLWriter
. Hash
- Fixed possible leaks in imagecreatefromstring with invalid data (Pierre)
- Added PNG compression support to GD extension. (Pierre)
- Added reflection constants as class constants. (Johannes)
- Added --enable-gcov configure option to enable C-level code coverage.