From: Marcus Boerger Date: Thu, 14 Nov 2002 17:22:26 +0000 (+0000) Subject: Missed that X-Git-Tag: php-4.3.0RC2~181 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=1019c662a54f9eae1f15a7ceec9fafc61464f045;p=php Missed that --- diff --git a/NEWS b/NEWS index 72013128ad..f861eb7f0d 100644 --- a/NEWS +++ b/NEWS @@ -13,6 +13,8 @@ PHP 4 NEWS - Moved extensions to PECL (http://pear.php.net/): (James, Derick) . ext/vpopmail . ext/cybermut +- Added -n command switch to cli and cgi version which allows to skip php.ini + parsing at startup. (Marcus, Wez) - Fixed bug #19689 (absolute paths like /test/dir/ not working correctly). (Ilia) - Fixed bug #20424 (stream_get_meta_data craches on a normal file stream).