From: foobar Date: Sat, 7 Dec 2002 12:12:24 +0000 (+0000) Subject: Bug fixes for new stuff do not belong in NEWS.. X-Git-Tag: php-4.3.0RC3~43 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=55320820baaf002bc45fd2707d37507b4e22505c;p=php Bug fixes for new stuff do not belong in NEWS.. --- diff --git a/NEWS b/NEWS index 84360bd3ea..c09ebdf86c 100644 --- a/NEWS +++ b/NEWS @@ -30,8 +30,6 @@ PHP 4 NEWS parsing at startup. (Marcus, Wez) - Fixed bug #19689 (absolute paths like /test/dir/ not working correctly). (Ilia) -- Fixed bug #20424 (stream_get_meta_data crashes on a normal file stream). - (Derick, Wez) - Added "neutral" language entry to mbstring spec. (Moriyoshi) - Changed bundled gd library to consider php.ini option memory_limit. (Marcus) - Modified log() to accept multiple bases. (Jason)