History log of /PHP-8.3/ (Results 1 – 25 of 109989)
Revision (<<< Hide revision tags) (Show revision tags >>>)Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
7f8ffbc812-May-2024 Jakub Zelenka

Merge branch 'PHP-8.2' into PHP-8.3


5b6cda6508-May-2024 Benjamin Cremer

Fix GH-14175: Use two digit float specifier for FPM systemd format req rate

Close GH-14175

12ef6cc512-May-2024 Niels Dossche <7771979+nielsdos@users.noreply.github.com>

Merge branch 'PHP-8.2' into PHP-8.3

* PHP-8.2:
Fix crash in ParentNode::append() when dealing with a fragment containing text nodes


1e2a2d7d11-May-2024 Niels Dossche <7771979+nielsdos@users.noreply.github.com>

Fix crash in ParentNode::append() when dealing with a fragment containing text nodes

Credits for test: https://github.com/PhpGt/Dom/pull/454.

Closes GH-14206.

59f1622311-May-2024 Niels Dossche <7771979+nielsdos@users.noreply.github.com>

Merge branch 'PHP-8.2' into PHP-8.3

* PHP-8.2:
Fix missing deref in C14N (#14203)


1890d47c11-May-2024 Niels Dossche <7771979+nielsdos@users.noreply.github.com>

Fix missing deref in C14N (#14203)

Follow-up for 30a0b0359ed8338c0e3acd1682de3cf96429e898, which didn't fix
all places. This is the last remaining place.

68089f0c10-May-2024 Calvin Buckley

Merge branch 'PHP-8.2' into PHP-8.3

* PHP-8.2:
Update NEWS for ICU regression fix


239003e010-May-2024 Calvin Buckley

Update NEWS for ICU regression fix

d479ac4810-May-2024 Calvin Buckley

Merge remote-tracking branch 'origin/PHP-8.2' into PHP-8.3


4e21a26d10-May-2024 Calvin Buckley

Fix check for newer versions of ICU (#14186)

* Fix check for newer versions of ICU

The previous test would always trigger, even if the version of ICU
installed didn't require C+

Fix check for newer versions of ICU (#14186)

* Fix check for newer versions of ICU

The previous test would always trigger, even if the version of ICU
installed didn't require C++17. This was because it incorrectly used
the `test` program, which broke the build on systems without a C++17
compiler.

Tested with macOS 14 and i 7.2.

* Fix broken ICU version check for definition

Same as the previous fix for C++17.

---------

Co-authored-by: Peter Kokot <peterkokot@gmail.com>

show more ...

f365ced110-May-2024 Niels Dossche <7771979+nielsdos@users.noreply.github.com>

Merge branch 'PHP-8.2' into PHP-8.3

* PHP-8.2:
Fix GH-14189: PHP Interactive shell input state incorrectly handles quoted heredoc literals.


217b753a10-May-2024 Niels Dossche <7771979+nielsdos@users.noreply.github.com>

Fix GH-14189: PHP Interactive shell input state incorrectly handles quoted heredoc literals.

Only `'` was handled, no handling case for `"` existed. Simply add it so
the heredoc tag is s

Fix GH-14189: PHP Interactive shell input state incorrectly handles quoted heredoc literals.

Only `'` was handled, no handling case for `"` existed. Simply add it so
the heredoc tag is set up correctly.

Closes GH-14195.

show more ...

d2970cc810-May-2024 Niels Dossche <7771979+nielsdos@users.noreply.github.com>

Merge branch 'PHP-8.2' into PHP-8.3

* PHP-8.2:
Fix GH-14183: XMLReader::open() can't be overridden


15813d6910-May-2024 Niels Dossche <7771979+nielsdos@users.noreply.github.com>

Fix GH-14183: XMLReader::open() can't be overridden

We should only return the override if the internal static method is matched.

Closes GH-14194.

ccdbbdc210-May-2024 Saki Takamachi

Merge branch 'PHP-8.2' into PHP-8.3

* PHP-8.2:
ext/hash: Swap the checking order of __has_builtin and __GNUC__ (#14185)


12dc519710-May-2024 Saki Takamachi

ext/hash: Swap the checking order of __has_builtin and __GNUC__ (#14185)

closes #14185

402f3a9207-May-2024 Tim Düsterhus

CI: Do not save the ccache for PRs (8.3+)

see GH-14168

1bf42b4e07-May-2024 Tim Düsterhus

Merge branch 'PHP-8.2' into PHP-8.3

* PHP-8.2:
CI: Do not save the ccache for PRs (#14168)


b8aa68bc07-May-2024 Tim Düsterhus

CI: Do not save the ccache for PRs (#14168)

Resolves #14155

85371ec407-May-2024 SakiTakamachi

Cast the parameter type of arm BLOCKCONV_LOAD (#14159)

When building with gcc in the Arm environment, a runtime error due to an
overflow occurred, so we fixed it.

closes #14159

da5b43f307-May-2024 Dmitry Stogov

Merge branch 'PHP-8.2' into PHP-8.3

* PHP-8.2:
Fix incorrect inheritance of private trait methods (#14163)


7a9e0fb307-May-2024 Dmitry Stogov

Fix incorrect inheritance of private trait methods (#14163)

The bug was introduced in c6b75f93289459b85923b104a071b464e031143f

c42f48d506-May-2024 Dmitry Stogov

Merge branch 'PHP-8.2' into PHP-8.3

* PHP-8.2:
Fix prototype for trait methods (#14148)


c6b75f9306-May-2024 Dmitry Stogov

Fix prototype for trait methods (#14148)

* Fix prototype for trait methods

Fixes GH-14009

* Clenup do_inheritance_check_on_method()

Remove wierd checks and define

Fix prototype for trait methods (#14148)

* Fix prototype for trait methods

Fixes GH-14009

* Clenup do_inheritance_check_on_method()

Remove wierd checks and define the behavior by explicit set of flags

* Fix naming and indentation

---------

Co-authored-by: Ilija Tovilo <ilija.tovilo@me.com>

show more ...

2c8731db06-May-2024 Ilija Tovilo

Add test for GH-14109

12345678910>>...4400