From: Pierre Joye Date: Thu, 3 Sep 2009 12:54:46 +0000 (+0000) Subject: - missing ) X-Git-Tag: php-5.2.11RC3~20 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=1b7cad9a28f535372197fd834128c703e544f0bd;p=php - missing ) --- diff --git a/NEWS b/NEWS index 991f803e4c..b1c1af05e8 100644 --- a/NEWS +++ b/NEWS @@ -8,7 +8,8 @@ PHP NEWS - Fixed sanity check for the color index in imagecolortransparent. (Pierre) - Fixed zlib.deflate compress filter to actually accept level parameter. (Jani) -- Fixed leak on error in popen/exec (and related functions on Windows. (Pierre) +- Fixed leak on error in popen/exec (and related functions) on Windows. + (Pierre) - Fixed bug #49361 (wordwrap() wraps incorrectly on end of line boundaries). (Ilia, code-it at mail dot ru)