From: Jani Taskinen Date: Tue, 6 Nov 2007 09:45:37 +0000 (+0000) Subject: add news X-Git-Tag: RELEASE_1_3_1~724 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=dcb71d7bfcb4f3cd7a8099c5a2fd3783e1f3396d;p=php add news --- diff --git a/NEWS b/NEWS index 9005f6cced..710d90ad37 100644 --- a/NEWS +++ b/NEWS @@ -21,8 +21,9 @@ PHP NEWS - Added support for dynamic access of static members using $foo::myFunc(). (Etienne Kneuss) - Added "compact" handler for Zend MM storage. (Dmitry) -- Added '+' and '*' specifiers to zend_parse_parameters(). (Andrei) -- Added 'ignore_errors' option to http fopen wrapper. (David Zulke, Sara) +- Added "+" and "*" specifiers to zend_parse_parameters(). (Andrei) +- Added "ignore_errors" option to http fopen wrapper. (David Zulke, Sara) +- Added context parameter for copy() function. (Sara) - Upgraded PCRE to version 7.4 (Nuno)