diff options
| author | Dmitry Stogov <dmitry@zend.com> | 2015-03-23 12:01:19 +0300 |
|---|---|---|
| committer | Dmitry Stogov <dmitry@zend.com> | 2015-03-23 12:01:19 +0300 |
| commit | bdc96afbdd25694c3d9805e2acc00eeac0f819c0 (patch) | |
| tree | d43da372dee8e8097588a482bc3b794ea9700783 | |
| parent | f596c953e449d97d1c1d21011ef8d391e1e1ff48 (diff) | |
| parent | eaf394e9e37a183419dc64ab0e05a8c02a64cb50 (diff) | |
| download | php-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-- | NEWS | 4 |
1 files changed, 3 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) @@ -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). |
