c2115a43 | 03-Oct-2024 |
Arnaud Le Blanc |
Handle references properties of the Exception class Fixes GH-16188 Closes GH-16196 |
64214d28 | 07-Oct-2024 |
Dmitry Stogov |
Update IR IR commit: eff4b4109aed08d4864bd5bd7228575d8fd01158 |
76e5d82e | 02-Oct-2024 |
Daniel Scherzer |
Fix GH-16162: No ReflectionProperty::IS_VIRTUAL Closes GH-16166 |
7f1fd064 | 07-Oct-2024 |
David Carlier |
Merge branch 'PHP-8.3' into PHP-8.4
|
7c43f68c | 07-Oct-2024 |
David Carlier |
Merge branch 'PHP-8.2' into PHP-8.3
|
a2bdfeff | 06-Oct-2024 |
David Carlier |
Fix GH-16257 imagescale underflow on RGB channels. backport of https://github.com/libgd/libgd/commit/948bb0a5c2010a24227e4b44a90e8b8aa9bda8ce close GH-16257 |
cba92bea | 24-Sep-2024 |
Matteo Beccati |
PDO_MYSQL: Properly quote binary strings Closes GH-15949 |
93c68cae | 18-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 ...
|
5c7c5d93 | 06-Oct-2024 |
Christoph M. Becker |
Merge branch 'PHP-8.3' into PHP-8.4 * PHP-8.3: Install 32bit Firebird server on x86
|
424fb2c3 | 06-Oct-2024 |
Christoph M. Becker |
Merge branch 'PHP-8.2' into PHP-8.3 * PHP-8.2: Install 32bit Firebird server on x86
|
c3434091 | 04-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 ...
|
ee7e2102 | 06-Oct-2024 |
Jakub Zelenka |
Fix FPM tester params type |
10d2d862 | 06-Oct-2024 |
Jakub Zelenka |
Merge branch 'PHP-8.3' into PHP-8.4
|
59816b9a | 06-Oct-2024 |
Jakub Zelenka |
Merge branch 'PHP-8.2' into PHP-8.3
|
5a47f270 | 04-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> |
062b3ca2 | 06-Oct-2024 |
David Carlier |
Merge branch 'PHP-8.3' into PHP-8.4
|
2af32659 | 06-Oct-2024 |
David Carlier |
Merge branch 'PHP-8.2' into PHP-8.3
|
8537aa68 | 06-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 |
d1a313e1 | 06-Oct-2024 |
David Carlier |
Merge branch 'PHP-8.3' into PHP-8.4
|
ac675744 | 06-Oct-2024 |
David Carlier |
Merge branch 'PHP-8.2' into PHP-8.3
|
e3015de7 | 05-Oct-2024 |
David Carlier |
Fix GH-16234 jewishtojd overflow on year argument. close GH-16243 |
fa52f5f0 | 06-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
|
2dbc6056 | 06-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
|
922b9d67 | 06-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. |
589da5b0 | 06-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
|