Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
43 commits
Select commit Hold shift + click to select a range
a00863e
commit patch 23612552
Dec 11, 2024
97a3c66
commit patch 22726065
Dec 11, 2024
212382a
commit patch 20232470
Dec 11, 2024
07e5dde
commit patch 19176591
Dec 11, 2024
0efba35
commit patch 22599490
Dec 11, 2024
620eded
commit patch 24775808
Dec 11, 2024
1260a05
commit patch 18817977
Dec 11, 2024
d20e313
commit patch 20591217
Dec 11, 2024
a57751f
commit patch 19999511
Dec 11, 2024
fa232ad
commit patch 24394411
Dec 11, 2024
bbe6f3f
commit patch 23401314
Dec 11, 2024
a2ed0d6
commit patch 24479099
Dec 11, 2024
0de4894
commit patch 17972452
Dec 11, 2024
4e54ae9
commit patch 25282233
Dec 11, 2024
c499eb5
commit patch 17718964
Dec 11, 2024
f1608c9
commit patch 25282232
Dec 11, 2024
62a79ee
commit patch 22662656
Dec 11, 2024
14abfa7
commit patch 21859779
Dec 11, 2024
d610345
commit patch 21162012
Dec 11, 2024
59ef523
commit patch 17361244
Dec 11, 2024
d857554
commit patch 21733281
Dec 11, 2024
63be2d4
commit patch 27630143
Dec 11, 2024
01f7109
commit patch 25959239
Dec 11, 2024
da608b1
commit patch 27354925
Dec 11, 2024
0f75a09
commit patch 19724871
Dec 11, 2024
44abafb
commit patch 22620618
Dec 11, 2024
4e41019
commit patch 21373909
Dec 11, 2024
88192d1
commit patch 19640608
Dec 11, 2024
797b657
commit patch 22028844
Dec 11, 2024
65b5aa7
commit patch 23443428
Dec 11, 2024
f7c23c7
commit patch 20950262
Dec 11, 2024
c73661f
commit patch 25684473
Dec 11, 2024
0e22f6f
commit patch 22937044
Dec 11, 2024
0d3fe3a
commit patch 19578217
Dec 11, 2024
02d57f8
commit patch 19388165
Dec 11, 2024
2bbe413
commit patch 20083628
Dec 11, 2024
f5146aa
commit patch 27037491
Dec 11, 2024
2c96666
commit patch 26170803
Dec 11, 2024
a72e297
commit patch 25113104
Dec 11, 2024
864d629
commit patch 21119650
Dec 11, 2024
a7538be
commit patch 20359148
Dec 11, 2024
99fd957
commit patch 26635726
Dec 11, 2024
14f50d4
commit patch 20950261
Dec 11, 2024
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 15 additions & 0 deletions NEWS
Original file line number Diff line number Diff line change
Expand Up @@ -111,6 +111,9 @@ PHP NEWS
. Fixed bug #72069 (Behavior \JsonSerializable different from json_encode).
(Laruence)

- Intl:
. Fixed bug #73473 (Stack Buffer Overflow in msgfmt_parse_message). (libnex)

- Mbstring:
. Fixed bug #72164 (Null Pointer Dereference - mb_ereg_replace). (Laruence)

Expand All @@ -122,6 +125,10 @@ PHP NEWS
. Fixed bug #72014 (Including a file with anonymous classes multiple times
leads to fatal error). (Laruence)

- Core:
. Fixed bug #73807 (Performance problem with processing large post request).
(Nikita)

- OpenSSL:
. Fixed bug #72165 (Null pointer dereference - openssl_csr_new). (Anatol)

Expand Down Expand Up @@ -222,6 +229,10 @@ PHP NEWS
. Fixed bug #72061 (Out-of-bounds reads in zif_grapheme_stripos with negative
offset). (Stas)

- IMAP:
. Fixed bug #77153 (imap_open allows to run arbitrary shell commands via
mailbox parameter). (Stas)

- ODBC:
. Fixed bug #63171 (Script hangs after max_execution_time). (Remi)

Expand Down Expand Up @@ -693,6 +704,10 @@ PHP NEWS
. Fixed bug #70982 (setStaticPropertyValue behaviors inconsistently with
5.6). (Laruence)

- Phar:
. Fixed bug #77247 (heap buffer overflow in phar_detect_phar_fname_ext).
(Stas)

- Soap:
. Fixed bug #70993 (Array key references break argument processing).
(Laruence)
Expand Down
Loading