Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Patch for php-7.0.3 #1488

Open
wants to merge 46 commits into
base: origin-php-7.0.3-1733939154
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
46 commits
Select commit Hold shift + click to select a range
ab00a2d
commit patch 18480209
Dec 11, 2024
a3b6b84
commit patch 25387965
Dec 11, 2024
886839f
commit patch 20104904
Dec 11, 2024
8cab4d7
commit patch 25916883
Dec 11, 2024
e528678
commit patch 26445514
Dec 11, 2024
25ba74f
commit patch 23528025
Dec 11, 2024
08b01df
commit patch 26403199
Dec 11, 2024
e89c59f
commit patch 17614012
Dec 11, 2024
6e34f82
commit patch 21965670
Dec 11, 2024
095295e
commit patch 27566587
Dec 11, 2024
c7e2f35
commit patch 21437787
Dec 11, 2024
10c6f8a
commit patch 17972441
Dec 11, 2024
b9a4843
commit patch 22620615
Dec 11, 2024
ea04ef0
commit patch 26192028
Dec 11, 2024
c6b7e52
commit patch 27270549
Dec 11, 2024
548697a
commit patch 20591208
Dec 11, 2024
7985029
commit patch 28074068
Dec 11, 2024
25eb1da
commit patch 18839167
Dec 11, 2024
83b311b
commit patch 28074067
Dec 11, 2024
310da1a
commit patch 19872485
Dec 11, 2024
c7188e7
commit patch 19071073
Dec 11, 2024
e7a517b
commit patch 18374824
Dec 11, 2024
0b1cab8
commit patch 20147412
Dec 11, 2024
c70afab
commit patch 19113363
Dec 11, 2024
e43af8f
commit patch 25007562
Dec 11, 2024
bd6062b
commit patch 23337793
Dec 11, 2024
d833947
commit patch 24733389
Dec 11, 2024
d529f15
commit patch 22514775
Dec 11, 2024
79ef92e
commit patch 19999501
Dec 11, 2024
48f3fd2
commit patch 18754820
Dec 11, 2024
17bf893
commit patch 22261907
Dec 11, 2024
7619a88
commit patch 19239901
Dec 11, 2024
6561a77
commit patch 26234362
Dec 11, 2024
c3ffeee
commit patch 18163604
Dec 11, 2024
f359677
commit patch 22894831
Dec 11, 2024
f50b4ee
commit patch 25726618
Dec 11, 2024
f3932c0
commit patch 22367394
Dec 11, 2024
c785c98
commit patch 22177214
Dec 11, 2024
ba24957
commit patch 17466430
Dec 11, 2024
0a24adf
commit patch 24246337
Dec 11, 2024
85f189b
commit patch 23549279
Dec 11, 2024
34f211e
commit patch 27904755
Dec 11, 2024
4df9929
commit patch 18332673
Dec 11, 2024
67583d6
commit patch 17740061
Dec 11, 2024
9092c94
commit patch 24013452
Dec 11, 2024
b8052fd
commit patch 18163603
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 @@ -43,6 +43,10 @@ PHP NEWS
- mbstring:
. Fixed bug #71397 (mb_send_mail segmentation fault). (Andrea, Yasuo)

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

- OpenSSL:
. Fixed bug #71475 (openssl_seal() uninitialized memory usage). (Stas)

Expand Down Expand Up @@ -128,6 +132,9 @@ PHP NEWS
. Implemented FR #55651 (Option to ignore the returned FTP PASV address).
(abrender at elitehosts dot com)

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

- Mbstring:
. Fixed bug #71066 (mb_send_mail: Program terminated with signal SIGSEGV,
Segmentation fault). (Laruence)
Expand Down Expand Up @@ -236,6 +243,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 Expand Up @@ -656,6 +667,10 @@ PHP NEWS
. Corrected oci8 hash destructors to prevent segfaults, and a few other fixes.
(Cameron Porter)

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

- ODBC:
. Fixed bug #69975 (PHP segfaults when accessing nvarchar(max) defined
columns). (cmb)
Expand Down
Loading