From: Johannes Schlüter Date: Tue, 17 Feb 2009 14:55:58 +0000 (+0000) Subject: Wrap wrong lines X-Git-Tag: RELEASE_1_3_5~95 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=1d30518d99e14bb744ad0a9b5d9c4c63b3235763;p=php Wrap wrong lines --- 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)