From: Pierre Joye Date: Sat, 17 Dec 2005 17:52:44 +0000 (+0000) Subject: - add leaks fix in imagecreatefromstring X-Git-Tag: php-5.1.2RC1~80 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=94518ca8e4c385f8664fec7c63499dbc598f6268;p=php - add leaks fix in imagecreatefromstring --- 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.