History log of /PHP-8.4/ (Results 526 – 550 of 114285)
Revision (<<< Hide revision tags) (Show revision tags >>>)Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
bc317d3a02-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)


26fd8d2c02-Oct-2024 Arnaud Le Blanc

[ci skip] NEWS for GH-16025

7e6616ca02-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)


36945ecb02-Oct-2024 Arnaud Le Blanc

[ci skip] NEWS for GH-16025

6e55f4df02-Oct-2024 Arnaud Le Blanc

Fix assertion failure in generator dtor (#16025)

e4335baf02-Oct-2024 Arnaud Le Blanc

[ci skip] NEWS for GH-16004

ab72fbad02-Oct-2024 Arnaud Le Blanc

Fix use-after-free during lazy object initialization (#16004)

4512a8fe02-Oct-2024 Arnaud Le Blanc

[ci skip] NEWS for GH-16026

d093c10c02-Oct-2024 Arnaud Le Blanc

Fix reuse of dtor fiber during shutdown (#16026)

341c26fc01-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


cd67c09001-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


066d18f201-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 ...

853322fa01-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()


63e1ebe701-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.

4a16940930-Sep-2024 Niels Dossche <7771979+nielsdos@users.noreply.github.com>

[ci skip] Skip test under ASAN

We backport 1d0fb3668137c436f0209969620f5c1bfd347c4b to PHP-8.3.

747860cc30-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 ...


10b5d4be30-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 ...


f8b925b630-Sep-2024 Gina Peter Banyard

NEWS entries for LDAP bug fixes

2126031830-Sep-2024 Gina Peter Banyard

ext/ldap: Fix GH-16136 (Memory leak in php_ldap_do_modify())

c910e78c30-Sep-2024 Gina Peter Banyard

ext/ldap: Fix GH-16132 (Freeing pointer not allocated by ZMM)

Closes GH-16134

bf1021c130-Sep-2024 Niels Dossche <7771979+nielsdos@users.noreply.github.com>

Fix typo

1d0fb36630-Sep-2024 Niels Dossche <7771979+nielsdos@users.noreply.github.com>

[ci skip] Skip test under ASAN

d83a7a9f30-Sep-2024 Chris Brown

Fix small typo in UPGRADING (#16141)

95d691ae30-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()


a551b99b25-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 ...

1...<<21222324252627282930>>...4572