9
9
. Fixed bug #62146 com_dotnet cannot be built shared. (Johannes)
10
10
11
11
- Core:
12
- . Fixed CVE-2012-2143. (Solar Designer)
13
12
. Fixed potential overflow in _php_stream_scandir. (Jason Powell,
14
13
Stas)
15
14
. Fixed bug #62432 (ReflectionMethod random corrupt memory on high
@@ -37,8 +36,6 @@ PHP NEWS
37
36
38
37
- Intl:
39
38
. Fixed bug #62083 (grapheme_extract() memory leaks). (Gustavo)
40
- . Fixed bug #62082 (memory corruption in internal get_icu_disp_value_src_php
41
- function). (Gustavo)
42
39
. Fixed bug #62081 (IntlDateFormatter constructor leaks memory when called
43
40
twice). (Gustavo)
44
41
. Fixed bug #62070 (Collator::getSortKey() returns garbage). (Gustavo)
@@ -48,10 +45,6 @@ PHP NEWS
48
45
49
46
- JSON:
50
47
. Improved error handling. (Nikita Popov)
51
-
52
- - PDO:
53
- . Fixed bug #61755 (A parsing bug in the prepared statements can lead to
54
- access violations). (Johannes)
55
48
56
49
- Phar:
57
50
. Fixed bug #62227 (Invalid phar stream path causes crash). (Felipe)
@@ -87,20 +80,20 @@ PHP NEWS
87
80
88
81
- Core:
89
82
. Fixed CVE-2012-2143. (Solar Designer)
83
+ . Fixed missing bound check in iptcparse(). (chris at chiappa.net)
84
+ . Fixed bug #62373 (serialize() generates wrong reference to the object).
85
+ (Moriyoshi)
90
86
. Fixed bug #62005 (unexpected behavior when incrementally assigning to a
91
87
member of a null object). (Laruence)
88
+ . Fixed bug #61991 (long overflow in realpath_cache_get()). (Anatoliy)
89
+ . Fixed bug #61764 ('I' unpacks n as signed if n > 2^31-1 on LP64). (Gustavo)
92
90
. Fixed bug #61730 (Segfault from array_walk modifying an array passed by
93
91
reference). (Laruence)
94
- . Fixed missing bound check in iptcparse(). (chris at chiappa.net)
95
- . Fixed bug #61764 ('I' unpacks n as signed if n > 2^31-1 on LP64). (Gustavo)
96
- . Fixed bug #54197 ([PATH=] sections incompatibility with user_ini.filename
97
- set to null). (Anatoliy)
98
92
. Fixed bug #61713 (Logic error in charset detection for htmlentities).
99
93
(Anatoliy)
100
- . Fixed bug #61991 (long overflow in realpath_cache_get()). (Anatoliy)
94
+ . Fixed bug #54197 ([PATH=] sections incompatibility with user_ini.filename
95
+ set to null). (Anatoliy)
101
96
. Changed php://fd to be available only for CLI.
102
- . Fixed bug #62373 (serialize() generates wrong reference to the object).
103
- (Moriyoshi)
104
97
105
98
- Fileinfo:
106
99
. Fixed bug #61812 (Uninitialised value used in libmagic).
0 commit comments