From: Pierre Joye Date: Sun, 9 Sep 2007 13:07:00 +0000 (+0000) Subject: - #106 entry X-Git-Tag: php-5.2.5RC1~192 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=374bef4bc41a75b8f774a73316b2faa8c27dcaf7;p=php - #106 entry --- diff --git a/NEWS b/NEWS index c5dd8342e4..ce2dd2d1de 100644 --- a/NEWS +++ b/NEWS @@ -7,6 +7,7 @@ PHP NEWS - Fixed possible triggering of buffer overflows inside glibc imlplementations of the fnmatch(), setlocale() and glob() functions reported by Laurent gaffie (Ilia) +- Fixed imagerectangle regression with 1x1 rectangle (libgd #106). (Pierre) - Upgraded PCRE to version 7.3 (Nuno) - Added optional parameter $provide_object to debug_backtrace(). (Sebastian)