diff options
author | Pierre Joye <pajoye@php.net> | 2005-12-17 17:52:44 +0000 |
---|---|---|
committer | Pierre Joye <pajoye@php.net> | 2005-12-17 17:52:44 +0000 |
commit | 94518ca8e4c385f8664fec7c63499dbc598f6268 (patch) | |
tree | e1f0b4f54ff3d10df9c983dec66e1aa860bfc8b7 | |
parent | 1024844a41a4a3934ff234bcaab89b8fb8b0bf4e (diff) | |
download | php-git-94518ca8e4c385f8664fec7c63499dbc598f6268.tar.gz |
- add leaks fix in imagecreatefromstring
-rw-r--r-- | NEWS | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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. |