summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorXinchen Hui <laruence@php.net>2015-03-23 16:49:46 +0800
committerXinchen Hui <laruence@php.net>2015-03-23 16:49:46 +0800
commitd96ff5105ee4a337c246a707a2a83372aaa8127c (patch)
tree6bbe74795316ec939d40dfaf11928b58bdf3ca43
parent44fd3902c0a10bc60df60d1bbec185c9cfc8318f (diff)
parentc9f29f143e7260ed894fed41085baf3ed73a307d (diff)
downloadphp-git-d96ff5105ee4a337c246a707a2a83372aaa8127c.tar.gz
Merge branch 'master' of https://github.com/marcioAlmada/php-src
-rw-r--r--NEWS3
1 files changed, 2 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index defc0f28ef..da1b77669c 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)