History log of /PHP-8.3/ (Results 101 – 125 of 110102)
Revision (<<< Hide revision tags) (Show revision tags >>>)Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
05efcc2417-May-2024 Kamil Tekiela

Merge branch 'PHP-8.2' into PHP-8.3

* PHP-8.2:
Clear mysql error in fetch_into


a59868ae16-May-2024 Kamil Tekiela

Clear mysql error in fetch_into

Closes GH-14256

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

Merge branch 'PHP-8.2' into PHP-8.3

* PHP-8.2:
Fix nightly test failure (#14251)


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

Fix nightly test failure (#14251)

The created files have the same filename, creating conflicts. Fix this
by adding a unique suffix.

32d21af205-May-2024 Marcus Xavier

Fix GH-14100: Corrected spelling mistake in php.ini files.

Closes GH-14138.

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

Merge branch 'PHP-8.2' into PHP-8.3

* PHP-8.2:
Fix GH-14215: Cannot use FFI::load on CRLF header file with apache2handler


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

Fix GH-14215: Cannot use FFI::load on CRLF header file with apache2handler

Some modules may reset _fmode, which causes mangling of line endings.
Always be explicit like we do in other pl

Fix GH-14215: Cannot use FFI::load on CRLF header file with apache2handler

Some modules may reset _fmode, which causes mangling of line endings.
Always be explicit like we do in other places where the native open call
is used.

Closes GH-14218.

show more ...

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

Merge branch 'PHP-8.2' into PHP-8.3

* PHP-8.2:
Fix Windows SKIPIF (#14219)


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

Fix Windows SKIPIF (#14219)

PHP_OS_FAMILY never has the value WIN, for Windows platforms it is the
string "Windows". As such, this test was never executed. Fix this.

614323e413-May-2024 Ilija Tovilo

Merge branch 'PHP-8.2' into PHP-8.3

* PHP-8.2:
[skip ci] Fix typo


fa7933ef13-May-2024 Ilija Tovilo

[skip ci] Fix typo

018ee8dc13-May-2024 Ilija Tovilo

Merge branch 'PHP-8.2' into PHP-8.3

* PHP-8.2:
[skip ci] Adjust port for gh13860.phpt


91c53e4313-May-2024 Ilija Tovilo

[skip ci] Adjust port for gh13860.phpt

Port 64325 is already used in ext/standard/tests/streams/gh11418.phpt. The test
randomly times out, and it's unclear whether it might be related to

[skip ci] Adjust port for gh13860.phpt

Port 64325 is already used in ext/standard/tests/streams/gh11418.phpt. The test
randomly times out, and it's unclear whether it might be related to the
conflicting port.

show more ...

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 ...

12345678910>>...4405