History log of /PHP-8.4/ (Results 201 – 225 of 114285)
Revision (<<< Hide revision tags) (Show revision tags >>>)Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
f3e87e2a22-Oct-2024 Arnaud Le Blanc

Fix tests: Prevent stack overflow during dtor

On s390x the stack is smaller and/or the object dtor code uses more stack,
which causes the destruction of deeply nested objects to crash in

Fix tests: Prevent stack overflow during dtor

On s390x the stack is smaller and/or the object dtor code uses more stack,
which causes the destruction of deeply nested objects to crash in these
tests. Here I ensure that objects are released one by one at the end of the
tests to avoid recursive dtor.

Closes GH-16561
Fixes GH-16528

show more ...

d7e7e2b323-Oct-2024 Niels Dossche <7771979+nielsdos@users.noreply.github.com>

Merge branch 'PHP-8.3' into PHP-8.4

* PHP-8.3:
Fix GH-16559: UBSan abort in ext/gd/libgd/gd_interpolation.c:1007


6d6afd9a23-Oct-2024 Niels Dossche <7771979+nielsdos@users.noreply.github.com>

Merge branch 'PHP-8.2' into PHP-8.3

* PHP-8.2:
Fix GH-16559: UBSan abort in ext/gd/libgd/gd_interpolation.c:1007


e1e1e64a23-Oct-2024 Niels Dossche <7771979+nielsdos@users.noreply.github.com>

Fix GH-16559: UBSan abort in ext/gd/libgd/gd_interpolation.c:1007

The `uchar_clamp` function was backported from old code, this backports
it from new code.

Closes GH-16562.

301cda9323-Oct-2024 Ilija Tovilo

Merge branch 'PHP-8.2' into PHP-8.3

* PHP-8.2:
[skip ci] Add unused asan param to configure-x64 action


9b7c506223-Oct-2024 Ilija Tovilo

[skip ci] Add unused asan param to configure-x64 action

This param is passed by nightly to all branches. Add a unused argument to older
branches to avoid a warning.

7cc327fd23-Oct-2024 Christoph M. Becker

Dynamically xfail test case which fails on CI

This is a stop-gap measure for GH-15709 to keep CI green.

Sorry, xfailed the wrong test case previously.

bdde797123-Oct-2024 Christoph M. Becker

Dynamically xfail test case which fails on CI

This is a stop-gap measure for GH-15709 to keep CI green.

5892991920-Oct-2024 Máté Kocsis

Fix GH-16131: Prevent mixing PDO sub-classes with different DSN

dded6fdc22-Oct-2024 Ilija Tovilo

Fix gh16508.phpt test expectation

The error changed in master, not 8.4. My bad.

18a925b322-Oct-2024 Niels Dossche <7771979+nielsdos@users.noreply.github.com>

Merge branch 'PHP-8.3' into PHP-8.4

* PHP-8.3:
[ci skip] Update EXTENSIONS and CODEOWNERS for ext/soap (#16542)


e4010fcf22-Oct-2024 Niels Dossche <7771979+nielsdos@users.noreply.github.com>

Merge branch 'PHP-8.2' into PHP-8.3

* PHP-8.2:
[ci skip] Update EXTENSIONS and CODEOWNERS for ext/soap (#16542)


5c21042822-Oct-2024 Niels Dossche <7771979+nielsdos@users.noreply.github.com>

[ci skip] Update EXTENSIONS and CODEOWNERS for ext/soap (#16542)

De facto, I do the maintenance. But since many bugs are blocked by not
having reproducers and there's some fundamental is

[ci skip] Update EXTENSIONS and CODEOWNERS for ext/soap (#16542)

De facto, I do the maintenance. But since many bugs are blocked by not
having reproducers and there's some fundamental issues in the extension,
this should get the "odd fixes" status instead. The "odd fixes"
description should perhaps also be updated to include a statement about
"limited willpower to debug"...

show more ...

bb6cf5e922-Oct-2024 Saki Takamachi

[ci skip] Update NEWS for PHP 8.4.0RC4

0c297bab22-Oct-2024 Ilija Tovilo

Merge branch 'PHP-8.3' into PHP-8.4

* PHP-8.3:
[skip ci] Fix overwritten observer ini setting for gh16514.phpt


a6bf2f5922-Oct-2024 Ilija Tovilo

Merge branch 'PHP-8.2' into PHP-8.3

* PHP-8.2:
[skip ci] Fix overwritten observer ini setting for gh16514.phpt


c5c4c3be22-Oct-2024 Ilija Tovilo

[skip ci] Fix overwritten observer ini setting for gh16514.phpt

5a639c5522-Oct-2024 Ilija Tovilo

[skip ci] Fix test expectation of gh16508.phpt for 8.4+

077d69db22-Oct-2024 Ilija Tovilo

Merge branch 'PHP-8.3' into PHP-8.4

* PHP-8.3:
Fix lineno for inheritance errors of early bound classes


e020853522-Oct-2024 Ilija Tovilo

Merge branch 'PHP-8.2' into PHP-8.3

* PHP-8.2:
Fix lineno for inheritance errors of early bound classes


2d068c4f21-Oct-2024 Ilija Tovilo

Fix lineno for inheritance errors of early bound classes

Fixes GH-16508
Closes GH-16532

cd8ee4da22-Oct-2024 Ilija Tovilo

Merge branch 'PHP-8.3' into PHP-8.4

* PHP-8.3:
Fix lineno in function redeclaration error


381e020e22-Oct-2024 Ilija Tovilo

Merge branch 'PHP-8.2' into PHP-8.3

* PHP-8.2:
Fix lineno in function redeclaration error


de7ef3fa21-Oct-2024 Ilija Tovilo

Fix lineno in function redeclaration error

We were previously using the lineno of the first instruction, rather than the
start of the function itself.

Fixes GH-16509
Closes

Fix lineno in function redeclaration error

We were previously using the lineno of the first instruction, rather than the
start of the function itself.

Fixes GH-16509
Closes GH-16531

show more ...

289f59ad22-Oct-2024 Ilija Tovilo

Merge branch 'PHP-8.3' into PHP-8.4

* PHP-8.3:
Fix handling of nested generator in zend_test observer


12345678910>>...4572