diff options
author | Anatol Belski <ab@php.net> | 2015-06-23 22:25:36 +0200 |
---|---|---|
committer | Anatol Belski <ab@php.net> | 2015-06-23 22:26:11 +0200 |
commit | 2d2bd2db971d4a3d9447418ec47dc79b1a782c95 (patch) | |
tree | 32b0d0e9d7c3448b62c265652c75a1c98864018f | |
parent | 41774bceff518c838dd982d6c1e8c95641b26b02 (diff) | |
download | php-git-2d2bd2db971d4a3d9447418ec47dc79b1a782c95.tar.gz |
prepare NEWS for next
-rw-r--r-- | NEWS | 8 |
1 files changed, 6 insertions, 2 deletions
@@ -1,5 +1,11 @@ PHP NEWS ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||| +09 Jul 2015, PHP 7.0.0 Beta 1 + +- PCRE: + . Fixed Bug #53823 (preg_replace: * qualifier on unicode replace garbles the + string). (cmb) + 25 Jun 2015, PHP 7.0.0 Alpha 2 - Core: @@ -51,8 +57,6 @@ . Fixed bug #69838 (Wrong size calculation for function table). (Anatol) - PCRE: - . Fixed Bug #53823 (preg_replace: * qualifier on unicode replace garbles the - string). (cmb) . Fixed bug #69864 (Segfault in preg_replace_callback) (cmb, ab) - PDO_pgsql: |