Skip to content

Commit 2bae178

Browse files
committed
fix NEWS
1 parent 0134de7 commit 2bae178

File tree

1 file changed

+22
-14
lines changed

1 file changed

+22
-14
lines changed

NEWS

Lines changed: 22 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -5,15 +5,8 @@ PHP NEWS
55
- Core:
66
. Fixed bug #70958 (Invalid opcode while using ::class as trait method
77
paramater default value). (Laruence)
8-
. Fixed bug #70947 (INI parser segfault with INI_SCANNER_TYPED). (Laruence)
98
. Fixed bug #70944 (try{ } finally{} can create infinite chains of
109
exceptions). (Laruence)
11-
. Fixed bug #70914 (zend_throw_or_error() format string vulnerability).
12-
(Taoguang Chen)
13-
. Fixed bug #70912 (Null ptr dereference instantiating class with invalid
14-
array property). (Laruence)
15-
. Fixed bug #70898, #70895 (null ptr deref and segfault with crafted callable).
16-
(Anatol, Laruence)
1710
. Fixed bug #70899 (buildconf failure in extensions). (Bob, Reeze)
1811
. Fixed bug #61751 (SAPI build problem on AIX: Undefined symbol:
1912
php_register_internal_extensions). (Lior Kaplan)
@@ -29,11 +22,31 @@ PHP NEWS
2922
- OCI8:
3023
. Fixed LOB implementation size_t/zend_long mismatch reported
3124
by gcov. (Senthil)
32-
. Fixed memory leak with LOBs. (Senthil)
3325

3426
- Phpdbg:
3527
. Fixed stderr being written to stdout. (Bob)
3628

29+
- Standard:
30+
. Fixed bug #70960 (ReflectionFunction for array_unique returns wrong number
31+
of parameters). (Laruence)
32+
33+
- Streams/Socket
34+
. Add IPV6_V6ONLY constant / make it usable in stream contexts. (Bob)
35+
36+
26 Nov 2015, PHP 7.0.0 RC 8
37+
38+
- Core:
39+
. Fixed bug #70947 (INI parser segfault with INI_SCANNER_TYPED). (Laruence)
40+
. Fixed bug #70914 (zend_throw_or_error() format string vulnerability).
41+
(Taoguang Chen)
42+
. Fixed bug #70912 (Null ptr dereference instantiating class with invalid
43+
array property). (Laruence)
44+
. Fixed bug #70898, #70895 (null ptr deref and segfault with crafted callable).
45+
(Anatol, Laruence)
46+
47+
- OCI8:
48+
. Fixed memory leak with LOBs. (Senthil)
49+
3750
- SOAP:
3851
. Fixed bug #70900 (SoapClient systematic out of memory error). (Dmitry)
3952
. Fixed bug #70940 (Segfault in soap / type_to_string). (Remi)
@@ -43,15 +56,10 @@ PHP NEWS
4356
fields). (Laruence)
4457

4558
- Standard:
46-
. Fixed bug #70960 (ReflectionFunction for array_unique returns wrong number
47-
of parameters). (Laruence)
48-
. Fixed bug #70963 (Unserialize shows UNKNOW in result). (Laruence)
4959
. Fixed count on symbol tables. (Laruence)
60+
. Fixed bug #70963 (Unserialize shows UNKNOWN in result). (Laruence)
5061
. Fixed bug #70910 (extract() breaks variable references). (Laruence)
5162

52-
- Streams/Socket
53-
. Add IPV6_V6ONLY constant / make it usable in stream contexts. (Bob)
54-
5563
12 Nov 2015, PHP 7.0.0 RC 7
5664

5765
- Core:

0 commit comments

Comments
 (0)