diff options
author | Xinchen Hui <laruence@php.net> | 2015-03-23 16:49:46 +0800 |
---|---|---|
committer | Xinchen Hui <laruence@php.net> | 2015-03-23 16:49:46 +0800 |
commit | d96ff5105ee4a337c246a707a2a83372aaa8127c (patch) | |
tree | 6bbe74795316ec939d40dfaf11928b58bdf3ca43 | |
parent | 44fd3902c0a10bc60df60d1bbec185c9cfc8318f (diff) | |
parent | c9f29f143e7260ed894fed41085baf3ed73a307d (diff) | |
download | php-git-d96ff5105ee4a337c246a707a2a83372aaa8127c.tar.gz |
Merge branch 'master' of https://github.com/marcioAlmada/php-src
-rw-r--r-- | NEWS | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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) |