File tree 1 file changed +9
-3
lines changed 1 file changed +9
-3
lines changed Original file line number Diff line number Diff line change 1
1
PHP NEWS
2
2
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
3
- 25 Jun 2015, PHP 7.0.0 Alpha 2
3
+ 09 Jul 2015, PHP 7.0.0 Beta 1
4
4
5
5
- Core:
6
6
. 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:
7
15
. Fixed bug #69872 (uninitialised value in strtr with array). (Laruence)
8
16
. Fixed bug #69868 (Invalid read of size 1 in zend_compile_short_circuiting).
9
17
(Laruence)
52
60
. Fixed bug #69838 (Wrong size calculation for function table). (Anatol)
53
61
54
62
- PCRE:
55
- . Fixed Bug #53823 (preg_replace: * qualifier on unicode replace garbles the
56
- string). (cmb)
57
63
. Fixed bug #69864 (Segfault in preg_replace_callback) (cmb, ab)
58
64
59
65
- PDO_pgsql:
You can’t perform that action at this time.
0 commit comments