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

Handle references properties of the Exception class

Fixes GH-16188
Closes GH-16196

64214d2807-Oct-2024 Dmitry Stogov

Update IR

IR commit: eff4b4109aed08d4864bd5bd7228575d8fd01158

76e5d82e02-Oct-2024 Daniel Scherzer

Fix GH-16162: No ReflectionProperty::IS_VIRTUAL

Closes GH-16166

7f1fd06407-Oct-2024 David Carlier

Merge branch 'PHP-8.3' into PHP-8.4


7c43f68c07-Oct-2024 David Carlier

Merge branch 'PHP-8.2' into PHP-8.3


a2bdfeff06-Oct-2024 David Carlier

Fix GH-16257 imagescale underflow on RGB channels.

backport of https://github.com/libgd/libgd/commit/948bb0a5c2010a24227e4b44a90e8b8aa9bda8ce

close GH-16257

cba92bea24-Sep-2024 Matteo Beccati

PDO_MYSQL: Properly quote binary strings

Closes GH-15949

93c68cae18-Sep-2024 Luís Cobucci

Reproduce unexpected MySQL warnings for binary values

The prepared statement emulation layer is handling binary content in a
way that creates warnings in MySQL.

When analysing t

Reproduce unexpected MySQL warnings for binary values

The prepared statement emulation layer is handling binary content in a
way that creates warnings in MySQL.

When analysing the query logs, we saw that the content sent to the
server is missing `0x5C` characters when the using emulated prepares.

This introduces a minimal test case that reproduces the issue to aid the
solution.

More info: https://github.com/doctrine/dbal/pull/6522#issuecomment-2340939347

Signed-off-by: Luís Cobucci <lcobucci@gmail.com>

show more ...

5c7c5d9306-Oct-2024 Christoph M. Becker

Merge branch 'PHP-8.3' into PHP-8.4

* PHP-8.3:
Install 32bit Firebird server on x86


424fb2c306-Oct-2024 Christoph M. Becker

Merge branch 'PHP-8.2' into PHP-8.3

* PHP-8.2:
Install 32bit Firebird server on x86


c343409104-Oct-2024 Christoph M. Becker

Install 32bit Firebird server on x86

php_pdo_firebird.dll depends on fbclient.dll, which is shipped with the
server. However, a 64bit Firebird server ships a 64bit fbclient.dll,
whi

Install 32bit Firebird server on x86

php_pdo_firebird.dll depends on fbclient.dll, which is shipped with the
server. However, a 64bit Firebird server ships a 64bit fbclient.dll,
which is not compatible with a 32bit php_pdo_firebird.dll.

Closes GH-16223.

show more ...

ee7e210206-Oct-2024 Jakub Zelenka

Fix FPM tester params type

10d2d86206-Oct-2024 Jakub Zelenka

Merge branch 'PHP-8.3' into PHP-8.4


59816b9a06-Oct-2024 Jakub Zelenka

Merge branch 'PHP-8.2' into PHP-8.3


5a47f27004-Oct-2024 Jakub Zelenka

Fix GH-15395: php-fpm: zend_mm_heap corrupted with cgi-fcgi request

Closes GH-16227

Co-authored-by: David Carlier <devnexen@gmail.com>

062b3ca206-Oct-2024 David Carlier

Merge branch 'PHP-8.3' into PHP-8.4


2af3265906-Oct-2024 David Carlier

Merge branch 'PHP-8.2' into PHP-8.3


8537aa6806-Oct-2024 David Carlier

Fix GH-16267 socket_strerror overflow on argument value.

only socket_strerror provides user-supplied value to sockets_strerror
handler.

close GH-16270

d1a313e106-Oct-2024 David Carlier

Merge branch 'PHP-8.3' into PHP-8.4


ac67574406-Oct-2024 David Carlier

Merge branch 'PHP-8.2' into PHP-8.3


e3015de705-Oct-2024 David Carlier

Fix GH-16234 jewishtojd overflow on year argument.

close GH-16243

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

Merge branch 'PHP-8.3' into PHP-8.4

* PHP-8.3:
Fix GH-16256: Assertion failure in ext/soap/php_encoding.c:460


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

Merge branch 'PHP-8.2' into PHP-8.3

* PHP-8.2:
Fix GH-16256: Assertion failure in ext/soap/php_encoding.c:460


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

Fix GH-16256: Assertion failure in ext/soap/php_encoding.c:460

The class map must be an associative array, not a packed array.

Closes GH-16269.

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

Merge branch 'PHP-8.3' into PHP-8.4

* PHP-8.3:
Add SKIPIF for ZendMM for observer_fiber_functions_03.phpt


1...<<11121314151617181920>>...4572