5882da22 | 18-Nov-2024 |
Dmitry Stogov |
Merge branch 'PHP-8.4' * PHP-8.4: Fix GH-16829: Segmentation fault with opcache.jit=tracing enabled on aarch64
|
e55bf9a2 | 18-Nov-2024 |
Dmitry Stogov |
Merge branch 'PHP-8.3' into PHP-8.4 * PHP-8.3: Fix GH-16829: Segmentation fault with opcache.jit=tracing enabled on aarch64
|
5575703f | 18-Nov-2024 |
Dmitry Stogov |
Merge branch 'PHP-8.2' into PHP-8.3 * PHP-8.2: Fix GH-16829: Segmentation fault with opcache.jit=tracing enabled on aarch64
|
79aaeeaf | 18-Nov-2024 |
Dmitry Stogov |
Fix GH-16829: Segmentation fault with opcache.jit=tracing enabled on aarch64 |
b112d27f | 17-Nov-2024 |
Niels Dossche <7771979+nielsdos@users.noreply.github.com> |
[ci skip] Update last check date for compareDocumentPosition() I validated there were no spec changes for this, so we can bump the last check date. |
5c6f18be | 17-Nov-2024 |
David Carlier |
Merge branch 'PHP-8.4'
|
f7a508ca | 17-Nov-2024 |
David Carlier |
Merge branch 'PHP-8.3' into PHP-8.4
|
3fd0e4c4 | 17-Nov-2024 |
David Carlier |
Merge branch 'PHP-8.2' into PHP-8.3
|
80894d87 | 17-Nov-2024 |
David Carlier |
Fix GH-16834: cal_from_jd overflow on julian_day argument. close GH-16836 |
27a1d695 | 16-Nov-2024 |
Gina Peter Banyard |
Merge branch 'PHP-8.4' * PHP-8.4: ext/pdo_pgsql: Remove new PDO class constant specific to PGSQL driver
|
5e360b64 | 11-Nov-2024 |
Gina Peter Banyard |
ext/pdo_pgsql: Remove new PDO class constant specific to PGSQL driver Closes GH-16755 |
cfc8361f | 16-Nov-2024 |
Niels Dossche <7771979+nielsdos@users.noreply.github.com> |
Merge branch 'PHP-8.4' * PHP-8.4: Fix GH-16777: Calling the constructor again on a DOM object after it is in a document causes UAF Fix GH-16808: Segmentation fault in RecursiveIt
Merge branch 'PHP-8.4' * PHP-8.4: Fix GH-16777: Calling the constructor again on a DOM object after it is in a document causes UAF Fix GH-16808: Segmentation fault in RecursiveIteratorIterator->current() with a xml element input
show more ...
|
d3fada37 | 16-Nov-2024 |
Niels Dossche <7771979+nielsdos@users.noreply.github.com> |
Merge branch 'PHP-8.3' into PHP-8.4 * PHP-8.3: Fix GH-16777: Calling the constructor again on a DOM object after it is in a document causes UAF Fix GH-16808: Segmentation fault i
Merge branch 'PHP-8.3' into PHP-8.4 * PHP-8.3: Fix GH-16777: Calling the constructor again on a DOM object after it is in a document causes UAF Fix GH-16808: Segmentation fault in RecursiveIteratorIterator->current() with a xml element input
show more ...
|
18b18f0e | 15-Nov-2024 |
Niels Dossche <7771979+nielsdos@users.noreply.github.com> |
Fix GH-16777: Calling the constructor again on a DOM object after it is in a document causes UAF Closes GH-16824. |
2ba18590 | 16-Nov-2024 |
Niels Dossche <7771979+nielsdos@users.noreply.github.com> |
Merge branch 'PHP-8.2' into PHP-8.3 * PHP-8.2: Fix GH-16808: Segmentation fault in RecursiveIteratorIterator->current() with a xml element input
|
fbb00619 | 15-Nov-2024 |
Niels Dossche <7771979+nielsdos@users.noreply.github.com> |
Fix GH-16808: Segmentation fault in RecursiveIteratorIterator->current() with a xml element input When the current data is invalid, NULL must be returned. At least that's how the check i
Fix GH-16808: Segmentation fault in RecursiveIteratorIterator->current() with a xml element input When the current data is invalid, NULL must be returned. At least that's how the check in SPL works and how other extensions do this as well. If we don't do this, an UNDEF value gets propagated to a return value (misprinted as null); leading to issues. Closes GH-16825.
show more ...
|
0de8e401 | 15-Nov-2024 |
Christoph M. Becker |
Drop bogus ext/libxml dependency on ext/iconv (GH-16801) There is no such dependency; only libxml2 depends on libiconv. So when php_libxml.dll is built, it needs to be linked against li
Drop bogus ext/libxml dependency on ext/iconv (GH-16801) There is no such dependency; only libxml2 depends on libiconv. So when php_libxml.dll is built, it needs to be linked against libiconv, or, when ext/iconv has been configured as static extension, against php8.dll.
show more ...
|
2c532cf0 | 15-Nov-2024 |
Niels Dossche <7771979+nielsdos@users.noreply.github.com> |
Merge branch 'PHP-8.4' * PHP-8.4: Fix GH-16802: open_basedir bypass using curl extension
|
1b803bc3 | 15-Nov-2024 |
Niels Dossche <7771979+nielsdos@users.noreply.github.com> |
Merge branch 'PHP-8.3' into PHP-8.4 * PHP-8.3: Fix GH-16802: open_basedir bypass using curl extension
|
179ca2bf | 14-Nov-2024 |
Niels Dossche <7771979+nielsdos@users.noreply.github.com> |
Fix GH-16802: open_basedir bypass using curl extension And fix a memleak while here. Closes GH-16804. |
a0983a01 | 15-Nov-2024 |
Niels Dossche <7771979+nielsdos@users.noreply.github.com> |
Merge branch 'PHP-8.4' * PHP-8.4: Fix test expectation for different closure name in 8.4
|
6a55beef | 15-Nov-2024 |
Niels Dossche <7771979+nielsdos@users.noreply.github.com> |
Fix test expectation for different closure name in 8.4 |
4c88bfb9 | 15-Nov-2024 |
Niels Dossche <7771979+nielsdos@users.noreply.github.com> |
Merge branch 'PHP-8.4' * PHP-8.4: Fix GH-16799: Assertion failure at Zend/zend_vm_execute.h:7469
|
4a5854ee | 15-Nov-2024 |
Niels Dossche <7771979+nielsdos@users.noreply.github.com> |
Merge branch 'PHP-8.3' into PHP-8.4 * PHP-8.3: Fix GH-16799: Assertion failure at Zend/zend_vm_execute.h:7469
|
ed59c006 | 15-Nov-2024 |
Niels Dossche <7771979+nielsdos@users.noreply.github.com> |
Merge branch 'PHP-8.2' into PHP-8.3 * PHP-8.2: Fix GH-16799: Assertion failure at Zend/zend_vm_execute.h:7469
|