]> granicus.if.org Git - php/commitdiff
- missing )
authorPierre Joye <pajoye@php.net>
Thu, 3 Sep 2009 12:54:46 +0000 (12:54 +0000)
committerPierre Joye <pajoye@php.net>
Thu, 3 Sep 2009 12:54:46 +0000 (12:54 +0000)
NEWS

diff --git a/NEWS b/NEWS
index 991f803e4c7fe02262d61d2f3b529889b95606b2..b1c1af05e8252984d5ddda608b7e9c43e2529bb6 100644 (file)
--- 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)