@@ -19,22 +19,9 @@ PHP NEWS
19
19
application/octet-stream). (Anatol)
20
20
21
21
- GD:
22
- . Fixed bug #77269 (efree() on uninitialized Heap data in imagescale leads to
23
- use-after-free). (cmb)
24
- . Fixed bug #77270 (imagecolormatch Out Of Bounds Write on Heap). (cmb)
25
22
. Fixed bug #77391 (1bpp BMPs may fail to be loaded). (Romain Déoux, cmb)
26
23
27
24
- Mbstring:
28
- . Fixed bug #77367 (Negative size parameter in mb_split). (Stas)
29
- . Fixed bug #77370 (Buffer overflow on mb regex functions - fetch_token). (Stas)
30
- . Fixed bug #77371 (heap buffer overflow in mb regex functions
31
- - compile_string_node). (Stas)
32
- . Fixed bug #77381 (heap buffer overflow in multibyte match_at). (Stas)
33
- . Fixed bug #77382 (heap buffer overflow due to incorrect length in
34
- expand_case_fold_string). (Stas)
35
- . Fixed bug #77385 (buffer overflow in fetch_token). (Stas)
36
- . Fixed bug #77394 (Buffer overflow in multibyte case folding - unicode). (Stas)
37
- . Fixed bug #77418 (Heap overflow in utf32be_mbc_to_code). (Stas)
38
25
. Fixed bug #77428 (mb_ereg_replace() doesn't replace a substitution
39
26
variable). (Nikita)
40
27
@@ -58,9 +45,6 @@ PHP NEWS
58
45
. Fixed bug #77289 (PDO MySQL segfaults with persistent connection).
59
46
(Lauri Kenttä)
60
47
61
- - Phar:
62
- . Fixed bug #77247 (heap buffer overflow in phar_detect_phar_fname_ext). (Stas)
63
-
64
48
- SOAP:
65
49
. Fixed bug #77410 (Segmentation Fault when executing method with an empty
66
50
parameter). (Nikita)
@@ -76,10 +60,6 @@ PHP NEWS
76
60
- Standard:
77
61
. Fixed bug #77395 (segfault about array_multisort). (Laruence)
78
62
79
- - Xmlrpc:
80
- . Fixed bug #77242 (heap out of bounds read in xmlrpc_decode()). (cmb)
81
- . Fixed bug #77380 (Global out of bounds read in xmlrpc base64 code). (Stas)
82
-
83
63
10 Jan 2019, PHP 7.3.1
84
64
85
65
- Core:
@@ -107,6 +87,23 @@ PHP NEWS
107
87
. Fixed bug #77198 (auto cropping has insufficient precision). (cmb)
108
88
. Fixed bug #77200 (imagecropauto(…, GD_CROP_SIDES) crops left but not right).
109
89
(cmb)
90
+ . Fixed bug #77269 (efree() on uninitialized Heap data in imagescale leads to
91
+ use-after-free). (cmb)
92
+ . Fixed bug #77270 (imagecolormatch Out Of Bounds Write on Heap). (cmb)
93
+
94
+ - MBString:
95
+ . Fixed bug #77367 (Negative size parameter in mb_split). (Stas)
96
+ . Fixed bug #77370 (Buffer overflow on mb regex functions - fetch_token).
97
+ (Stas)
98
+ . Fixed bug #77371 (heap buffer overflow in mb regex functions
99
+ - compile_string_node). (Stas)
100
+ . Fixed bug #77381 (heap buffer overflow in multibyte match_at). (Stas)
101
+ . Fixed bug #77382 (heap buffer overflow due to incorrect length in
102
+ expand_case_fold_string). (Stas)
103
+ . Fixed bug #77385 (buffer overflow in fetch_token). (Stas)
104
+ . Fixed bug #77394 (Buffer overflow in multibyte case folding - unicode).
105
+ (Stas)
106
+ . Fixed bug #77418 (Heap overflow in utf32be_mbc_to_code). (Stas)
110
107
111
108
- OCI8:
112
109
. Fixed bug #76804 (oci_pconnect with OCI_CRED_EXT not working). (KoenigsKind)
@@ -126,6 +123,9 @@ PHP NEWS
126
123
. Handle invalid index passed to PDOStatement::fetchColumn() as error. (Sergei
127
124
Morozov)
128
125
126
+ - Phar:
127
+ . Fixed bug #77247 (heap buffer overflow in phar_detect_phar_fname_ext). (Stas)
128
+
129
129
- Soap:
130
130
. Fixed bug #77088 (Segfault when using SoapClient with null options).
131
131
(Laruence)
@@ -144,6 +144,10 @@ PHP NEWS
144
144
- SQLite3:
145
145
. Fixed bug #77051 (Issue with re-binding on SQLite3). (BohwaZ)
146
146
147
+ - Xmlrpc:
148
+ . Fixed bug #77242 (heap out of bounds read in xmlrpc_decode()). (cmb)
149
+ . Fixed bug #77380 (Global out of bounds read in xmlrpc base64 code). (Stas)
150
+
147
151
06 Dec 2018, PHP 7.3.0
148
152
149
153
- Core:
0 commit comments