From 1d30518d99e14bb744ad0a9b5d9c4c63b3235763 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Johannes=20Schl=C3=BCter?= Date: Tue, 17 Feb 2009 14:55:58 +0000 Subject: [PATCH] Wrap wrong lines --- NEWS | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/NEWS b/NEWS index 07caf34074..8482ded286 100644 --- 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) -- 2.50.1