Skip to content

Commit c4c6b80

Browse files
committed
Sync NEWS with 7.3.1
All these bugs are fixed in PHP-7.3.1 already.
1 parent 63c38c9 commit c4c6b80

File tree

1 file changed

+24
-20
lines changed

1 file changed

+24
-20
lines changed

NEWS

Lines changed: 24 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -19,22 +19,9 @@ PHP NEWS
1919
application/octet-stream). (Anatol)
2020

2121
- 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)
2522
. Fixed bug #77391 (1bpp BMPs may fail to be loaded). (Romain Déoux, cmb)
2623

2724
- 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)
3825
. Fixed bug #77428 (mb_ereg_replace() doesn't replace a substitution
3926
variable). (Nikita)
4027

@@ -58,9 +45,6 @@ PHP NEWS
5845
. Fixed bug #77289 (PDO MySQL segfaults with persistent connection).
5946
(Lauri Kenttä)
6047

61-
- Phar:
62-
. Fixed bug #77247 (heap buffer overflow in phar_detect_phar_fname_ext). (Stas)
63-
6448
- SOAP:
6549
. Fixed bug #77410 (Segmentation Fault when executing method with an empty
6650
parameter). (Nikita)
@@ -76,10 +60,6 @@ PHP NEWS
7660
- Standard:
7761
. Fixed bug #77395 (segfault about array_multisort). (Laruence)
7862

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-
8363
10 Jan 2019, PHP 7.3.1
8464

8565
- Core:
@@ -107,6 +87,23 @@ PHP NEWS
10787
. Fixed bug #77198 (auto cropping has insufficient precision). (cmb)
10888
. Fixed bug #77200 (imagecropauto(…, GD_CROP_SIDES) crops left but not right).
10989
(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)
110107

111108
- OCI8:
112109
. Fixed bug #76804 (oci_pconnect with OCI_CRED_EXT not working). (KoenigsKind)
@@ -126,6 +123,9 @@ PHP NEWS
126123
. Handle invalid index passed to PDOStatement::fetchColumn() as error. (Sergei
127124
Morozov)
128125

126+
- Phar:
127+
. Fixed bug #77247 (heap buffer overflow in phar_detect_phar_fname_ext). (Stas)
128+
129129
- Soap:
130130
. Fixed bug #77088 (Segfault when using SoapClient with null options).
131131
(Laruence)
@@ -144,6 +144,10 @@ PHP NEWS
144144
- SQLite3:
145145
. Fixed bug #77051 (Issue with re-binding on SQLite3). (BohwaZ)
146146

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+
147151
06 Dec 2018, PHP 7.3.0
148152

149153
- Core:

0 commit comments

Comments
 (0)