summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPierre Joye <pajoye@php.net>2005-12-17 17:52:44 +0000
committerPierre Joye <pajoye@php.net>2005-12-17 17:52:44 +0000
commit94518ca8e4c385f8664fec7c63499dbc598f6268 (patch)
treee1f0b4f54ff3d10df9c983dec66e1aa860bfc8b7
parent1024844a41a4a3934ff234bcaab89b8fb8b0bf4e (diff)
downloadphp-git-94518ca8e4c385f8664fec7c63499dbc598f6268.tar.gz
- add leaks fix in imagecreatefromstring
-rw-r--r--NEWS1
1 files changed, 1 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 1a2cc9d9e5..439a65e8af 100644
--- a/NEWS
+++ b/NEWS
@@ -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.