Skip to content

Commit e821a13

Browse files
committed
fix NEWS
1 parent 1201be3 commit e821a13

File tree

1 file changed

+9
-3
lines changed

1 file changed

+9
-3
lines changed

NEWS

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,17 @@
11
PHP NEWS
22
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
3-
25 Jun 2015, PHP 7.0.0 Alpha 2
3+
09 Jul 2015, PHP 7.0.0 Beta 1
44

55
- Core:
66
. Fixed bug #69768 (escapeshell*() doesn't cater to !). (cmb)
7+
8+
- PCRE:
9+
. Fixed Bug #53823 (preg_replace: * qualifier on unicode replace garbles the
10+
string). (cmb)
11+
12+
25 Jun 2015, PHP 7.0.0 Alpha 2
13+
14+
- Core:
715
. Fixed bug #69872 (uninitialised value in strtr with array). (Laruence)
816
. Fixed bug #69868 (Invalid read of size 1 in zend_compile_short_circuiting).
917
(Laruence)
@@ -52,8 +60,6 @@
5260
. Fixed bug #69838 (Wrong size calculation for function table). (Anatol)
5361

5462
- PCRE:
55-
. Fixed Bug #53823 (preg_replace: * qualifier on unicode replace garbles the
56-
string). (cmb)
5763
. Fixed bug #69864 (Segfault in preg_replace_callback) (cmb, ab)
5864

5965
- PDO_pgsql:

0 commit comments

Comments
 (0)