bc317d3a | 02-Oct-2024 |
Arnaud Le Blanc |
Merge branch 'PHP-8.3' into PHP-8.4 * PHP-8.3: [ci skip] NEWS for GH-16025 [ci skip] NEWS for GH-16025 Fix assertion failure in generator dtor (#16025)
|
26fd8d2c | 02-Oct-2024 |
Arnaud Le Blanc |
[ci skip] NEWS for GH-16025 |
7e6616ca | 02-Oct-2024 |
Arnaud Le Blanc |
Merge branch 'PHP-8.2' into PHP-8.3 * PHP-8.2: [ci skip] NEWS for GH-16025 Fix assertion failure in generator dtor (#16025)
|
36945ecb | 02-Oct-2024 |
Arnaud Le Blanc |
[ci skip] NEWS for GH-16025 |
6e55f4df | 02-Oct-2024 |
Arnaud Le Blanc |
Fix assertion failure in generator dtor (#16025) |
e4335baf | 02-Oct-2024 |
Arnaud Le Blanc |
[ci skip] NEWS for GH-16004 |
ab72fbad | 02-Oct-2024 |
Arnaud Le Blanc |
Fix use-after-free during lazy object initialization (#16004) |
4512a8fe | 02-Oct-2024 |
Arnaud Le Blanc |
[ci skip] NEWS for GH-16026 |
d093c10c | 02-Oct-2024 |
Arnaud Le Blanc |
Fix reuse of dtor fiber during shutdown (#16026) |
341c26fc | 01-Oct-2024 |
Niels Dossche <7771979+nielsdos@users.noreply.github.com> |
Merge branch 'PHP-8.3' into PHP-8.4 * PHP-8.3: Fix GH-16151: Assertion failure in ext/dom/parentnode/tree.c
|
cd67c090 | 01-Oct-2024 |
Niels Dossche <7771979+nielsdos@users.noreply.github.com> |
Merge branch 'PHP-8.2' into PHP-8.3 * PHP-8.2: Fix GH-16151: Assertion failure in ext/dom/parentnode/tree.c
|
066d18f2 | 01-Oct-2024 |
Niels Dossche <7771979+nielsdos@users.noreply.github.com> |
Fix GH-16151: Assertion failure in ext/dom/parentnode/tree.c Unfortunately, old DOM allows attributes to be used as parent nodes. Only text nodes and entities are allowed as children for
Fix GH-16151: Assertion failure in ext/dom/parentnode/tree.c Unfortunately, old DOM allows attributes to be used as parent nodes. Only text nodes and entities are allowed as children for these types of nodes, because that's the constraint DOM and libxml give us. Closes GH-16156.
show more ...
|
853322fa | 01-Oct-2024 |
Niels Dossche <7771979+nielsdos@users.noreply.github.com> |
Merge branch 'PHP-8.3' into PHP-8.4 * PHP-8.3: Fix GH-16149: Null pointer dereference in DOMElement->getAttributeNames()
|
63e1ebe7 | 01-Oct-2024 |
Niels Dossche <7771979+nielsdos@users.noreply.github.com> |
Fix GH-16149: Null pointer dereference in DOMElement->getAttributeNames() A namespace without a prefix is by definition always the "xmlns" namespace. Closes GH-16155. |
4a169409 | 30-Sep-2024 |
Niels Dossche <7771979+nielsdos@users.noreply.github.com> |
[ci skip] Skip test under ASAN We backport 1d0fb3668137c436f0209969620f5c1bfd347c4b to PHP-8.3. |
747860cc | 30-Sep-2024 |
Gina Peter Banyard |
Merge branch 'PHP-8.3' into PHP-8.4 * PHP-8.3: NEWS entries for LDAP bug fixes ext/ldap: Fix GH-16136 (Memory leak in php_ldap_do_modify()) ext/ldap: Fix GH-16132 (Freeing
Merge branch 'PHP-8.3' into PHP-8.4 * PHP-8.3: NEWS entries for LDAP bug fixes ext/ldap: Fix GH-16136 (Memory leak in php_ldap_do_modify()) ext/ldap: Fix GH-16132 (Freeing pointer not allocated by ZMM)
show more ...
|
10b5d4be | 30-Sep-2024 |
Gina Peter Banyard |
Merge branch 'PHP-8.2' into PHP-8.3 * PHP-8.2: NEWS entries for LDAP bug fixes ext/ldap: Fix GH-16136 (Memory leak in php_ldap_do_modify()) ext/ldap: Fix GH-16132 (Freeing
Merge branch 'PHP-8.2' into PHP-8.3 * PHP-8.2: NEWS entries for LDAP bug fixes ext/ldap: Fix GH-16136 (Memory leak in php_ldap_do_modify()) ext/ldap: Fix GH-16132 (Freeing pointer not allocated by ZMM)
show more ...
|
f8b925b6 | 30-Sep-2024 |
Gina Peter Banyard |
NEWS entries for LDAP bug fixes |
21260318 | 30-Sep-2024 |
Gina Peter Banyard |
ext/ldap: Fix GH-16136 (Memory leak in php_ldap_do_modify()) |
c910e78c | 30-Sep-2024 |
Gina Peter Banyard |
ext/ldap: Fix GH-16132 (Freeing pointer not allocated by ZMM) Closes GH-16134 |
bf1021c1 | 30-Sep-2024 |
Niels Dossche <7771979+nielsdos@users.noreply.github.com> |
Fix typo |
1d0fb366 | 30-Sep-2024 |
Niels Dossche <7771979+nielsdos@users.noreply.github.com> |
[ci skip] Skip test under ASAN |
d83a7a9f | 30-Sep-2024 |
Chris Brown |
Fix small typo in UPGRADING (#16141) |
95d691ae | 30-Sep-2024 |
Niels Dossche <7771979+nielsdos@users.noreply.github.com> |
Merge branch 'PHP-8.3' into PHP-8.4 * PHP-8.3: Fix GH-15168: stack overflow in json_encode()
|
a551b99b | 25-Sep-2024 |
Niels Dossche <7771979+nielsdos@users.noreply.github.com> |
Fix GH-15168: stack overflow in json_encode() The JSON encoder is recursive, and it's far from easy to make it iterative. Add a cheap stack limit check to prevent a segfault. This us
Fix GH-15168: stack overflow in json_encode() The JSON encoder is recursive, and it's far from easy to make it iterative. Add a cheap stack limit check to prevent a segfault. This uses the PHP_JSON_ERROR_DEPTH error code that already talks about the stack depth. Previously this was only used for the $depth argument. Closes GH-16059.
show more ...
|