]> granicus.if.org Git - php/commitdiff
Wrap wrong lines
authorJohannes Schlüter <johannes@php.net>
Tue, 17 Feb 2009 14:55:58 +0000 (14:55 +0000)
committerJohannes Schlüter <johannes@php.net>
Tue, 17 Feb 2009 14:55:58 +0000 (14:55 +0000)
NEWS

diff --git a/NEWS b/NEWS
index 07caf34074fe99d17c2f95c85785e99b73b99933..8482ded2864109cadb08ca35e9da7dacf7876f16 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -7,13 +7,16 @@ PHP                                                                        NEWS
 - Fixed bug #47320 ($php_errormsg out of scope in functions). (Dmitry)
 - Fixed bug #47265 (generating phar.phar failes because of safe_mode). (Greg)
 - Fixed bug #47229 (preg_quote() should escape the '-' char). (Nuno)
-- Fixed bug #47085 (rename() returns true even if the file in PHAR does not exist). (Greg)
+- Fixed bug #47085 (rename() returns true even if the file in PHAR does not
+  exist). (Greg)
 - Fixed bug #47031 (Fix constants in DualIterator example). (Etienne)
-- Fixed bug #46897 (ob_flush() should fail to flush unerasable buffers). (David C.)
+- Fixed bug #46897 (ob_flush() should fail to flush unerasable buffers).
+  (David C.)
 - Fixed bug #46542 (Extending PDO class with a __call() function doesn't work
   as expected). (Johannes)
 - Fixed bug #46347 (parse_ini_file() doesn't support * in keys). (Nuno)
-- Fixed bug #46048 (SimpleXML top-level @attributes not part of iterator). (David C.)
+- Fixed bug #46048 (SimpleXML top-level @attributes not part of iterator).
+  (David C.)
 - Fixed bug #45432 (PDO: persistent connection leak). (Felipe)
 - Fixed bug #43831 ($this gets mangled when extending PDO with persistent 
   connection). (Felipe)