summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDmitry Stogov <dmitry@zend.com>2015-03-23 12:01:19 +0300
committerDmitry Stogov <dmitry@zend.com>2015-03-23 12:01:19 +0300
commitbdc96afbdd25694c3d9805e2acc00eeac0f819c0 (patch)
treed43da372dee8e8097588a482bc3b794ea9700783
parentf596c953e449d97d1c1d21011ef8d391e1e1ff48 (diff)
parenteaf394e9e37a183419dc64ab0e05a8c02a64cb50 (diff)
downloadphp-git-bdc96afbdd25694c3d9805e2acc00eeac0f819c0.tar.gz
Merge branch 'master' of git.php.net:php-src
* 'master' of git.php.net:php-src: Also add preg_replace_callback_array in NEWS update NEWS with group use declarations implementation
-rw-r--r--NEWS4
1 files changed, 3 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index defc0f28ef..31ed52641e 100644
--- a/NEWS
+++ b/NEWS
@@ -56,7 +56,8 @@
. Added error_clear_last() function. (Reeze Xia)
. Fixed bug #68797 (Number 2.2250738585072012e-308 converted incorrectly).
(Anatol)
- . Implemented the RFC `Scalar Type Decalarations v0.5` (Anthony)
+ . Implemented the RFC `Scalar Type Decalarations v0.5`. (Anthony)
+ . Implemented the RFC `Group Use Declarations`. (Marcio)
- Curl:
. Fixed bug #68937 (Segfault in curl_multi_exec). (Laruence)
@@ -168,6 +169,7 @@
(Nikita)
. Fixed bug #65272 (flock() out parameter not set correctly in windows).
(Daniel Lowrey)
+ . Added preg_replace_callback_array function. (Wei Dai)
- Streams:
. Fixed bug #68532 (convert.base64-encode omits padding bytes).