5faef8e6 | 06-Nov-2024 |
Saki Takamachi |
Fixed the test because libmysql results type is string. (#16709) closes #16709 |
a800a035 | 06-Nov-2024 |
Saki Takamachi |
Merge branch 'PHP-8.3' into PHP-8.4 * PHP-8.3: Added gc_handler to properly handle circular references. (#16703)
|
ca27e40a | 06-Nov-2024 |
Saki Takamachi |
Merge branch 'PHP-8.2' into PHP-8.3 * PHP-8.2: Added gc_handler to properly handle circular references. (#16703)
|
4d14325b | 05-Nov-2024 |
Saki Takamachi |
Added gc_handler to properly handle circular references. (#16703) closes #16703 Co-authored-by: Christoph M. Becker <cmbecker69@gmx.de> |
2f5021b6 | 05-Nov-2024 |
Niels Dossche <7771979+nielsdos@users.noreply.github.com> |
Merge branch 'PHP-8.3' into PHP-8.4 * PHP-8.3: Fix test with shared zend_test (#16705)
|
9a255b38 | 05-Nov-2024 |
Niels Dossche <7771979+nielsdos@users.noreply.github.com> |
Merge branch 'PHP-8.2' into PHP-8.3 * PHP-8.2: Fix test with shared zend_test (#16705)
|
3f1ea1b6 | 05-Nov-2024 |
Niels Dossche <7771979+nielsdos@users.noreply.github.com> |
Fix test with shared zend_test (#16705) |
f5895792 | 05-Nov-2024 |
Pierrick Charron |
PHP-8.2 is now for PHP 8.2.27-dev |
9c79ca74 | 05-Nov-2024 |
Eric Mann |
PHP-8.3 is now for PHP-8.3.15-dev |
8d30ed4f | 30-Oct-2024 |
Arnaud Le Blanc |
Fix compiler warning in zend_test Closes GH-16650 |
56381e8f | 05-Nov-2024 |
Dmitry Stogov |
Update IR IR commit: 23c188cff0594d3af23517537e74e9e3b9b7f120 |
a94ead4b | 05-Nov-2024 |
Calvin Buckley |
[ci skip] Update NEWS for PHP 8.4.0RC4 |
a5f13782 | 05-Nov-2024 |
Máté Kocsis |
Fix GH-16314 "Pdo\Mysql object is uninitialized" when opening a persistent connection (#16369) |
fd1dff98 | 04-Nov-2024 |
Saki Takamachi |
Fixed a bug where size_t underflows (#16696) fixes #16262 closes #16696 |
2fe7719a | 04-Nov-2024 |
Saki Takamachi |
Added early return case when result is 0 (#16697) fixes #16265 closes #16697 |
cc39bc21 | 29-Oct-2024 |
Niels Dossche <7771979+nielsdos@users.noreply.github.com> |
Fix GH-16590: UAF in session_encode() The `PS_ENCODE_LOOP` does not protect the session hash table that it iterates over. Change it by temporarily creating a copy. Closes GH-166
Fix GH-16590: UAF in session_encode() The `PS_ENCODE_LOOP` does not protect the session hash table that it iterates over. Change it by temporarily creating a copy. Closes GH-16640.
show more ...
|
faef0dfb | 04-Nov-2024 |
Niels Dossche <7771979+nielsdos@users.noreply.github.com> |
Merge branch 'PHP-8.3' into PHP-8.4 * PHP-8.3: Fix various memory leaks on error conditions in openssl_x509_parse()
|
673e8d10 | 04-Nov-2024 |
Niels Dossche <7771979+nielsdos@users.noreply.github.com> |
Merge branch 'PHP-8.2' into PHP-8.3 * PHP-8.2: Fix various memory leaks on error conditions in openssl_x509_parse()
|
5ddb7566 | 03-Nov-2024 |
Niels Dossche <7771979+nielsdos@users.noreply.github.com> |
Fix various memory leaks on error conditions in openssl_x509_parse() Closes GH-16690. |
66ad4ce6 | 04-Nov-2024 |
Ilija Tovilo |
Merge branch 'PHP-8.3' into PHP-8.4 * PHP-8.3: Add NEWS entry Also fix same issue in ArrayObject::exchangeArray() Fix use-after-free in ArrayObject::unset() with destructor
|
dca438e6 | 04-Nov-2024 |
Ilija Tovilo |
Merge branch 'PHP-8.2' into PHP-8.3 * PHP-8.2: Add NEWS entry Also fix same issue in ArrayObject::exchangeArray() Fix use-after-free in ArrayObject::unset() with destructor
|
418f820f | 04-Nov-2024 |
Ilija Tovilo |
Add NEWS entry |
f7222bd2 | 30-Oct-2024 |
Ilija Tovilo |
Also fix same issue in ArrayObject::exchangeArray() |
8910ac80 | 30-Oct-2024 |
Ilija Tovilo |
Fix use-after-free in ArrayObject::unset() with destructor Fixes GH-16646 Closes GH-16653 |
085c1514 | 04-Nov-2024 |
Ilija Tovilo |
Merge branch 'PHP-8.3' into PHP-8.4 * PHP-8.3: Postpone zend_array_sort() in ext-intl Use bool for zend_array_sort()
|