@@ -5,15 +5,8 @@ PHP NEWS
5
5
- Core:
6
6
. Fixed bug #70958 (Invalid opcode while using ::class as trait method
7
7
paramater default value). (Laruence)
8
- . Fixed bug #70947 (INI parser segfault with INI_SCANNER_TYPED). (Laruence)
9
8
. Fixed bug #70944 (try{ } finally{} can create infinite chains of
10
9
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)
17
10
. Fixed bug #70899 (buildconf failure in extensions). (Bob, Reeze)
18
11
. Fixed bug #61751 (SAPI build problem on AIX: Undefined symbol:
19
12
php_register_internal_extensions). (Lior Kaplan)
@@ -29,11 +22,31 @@ PHP NEWS
29
22
- OCI8:
30
23
. Fixed LOB implementation size_t/zend_long mismatch reported
31
24
by gcov. (Senthil)
32
- . Fixed memory leak with LOBs. (Senthil)
33
25
34
26
- Phpdbg:
35
27
. Fixed stderr being written to stdout. (Bob)
36
28
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
+
37
50
- SOAP:
38
51
. Fixed bug #70900 (SoapClient systematic out of memory error). (Dmitry)
39
52
. Fixed bug #70940 (Segfault in soap / type_to_string). (Remi)
@@ -43,15 +56,10 @@ PHP NEWS
43
56
fields). (Laruence)
44
57
45
58
- 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)
49
59
. Fixed count on symbol tables. (Laruence)
60
+ . Fixed bug #70963 (Unserialize shows UNKNOWN in result). (Laruence)
50
61
. Fixed bug #70910 (extract() breaks variable references). (Laruence)
51
62
52
- - Streams/Socket
53
- . Add IPV6_V6ONLY constant / make it usable in stream contexts. (Bob)
54
-
55
63
12 Nov 2015, PHP 7.0.0 RC 7
56
64
57
65
- Core:
0 commit comments