mirror of
https://github.com/php/php-src.git
synced 2025-08-16 05:58:45 +02:00

* PHP-8.2: Fix GH-11878: SQLite3 callback functions cause a memory leak with a callable array
15 lines
626 B
Text
15 lines
626 B
Text
PHP NEWS
|
|
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
|
?? ??? ????, PHP 8.4.0alpha1
|
|
|
|
Core:
|
|
. Fixed bug GH-12073 (Segfault when freeing incompletely initialized
|
|
closures). (ilutov)
|
|
. Fixed bug GH-12102 (Incorrect compile error when using array access on TMP
|
|
value in function call). (ilutov)
|
|
. Added zend_call_stack_get implementation for NetBSD. (David Carlier)
|
|
|
|
DOM:
|
|
. Added DOMNode::compareDocumentPosition(). (nielsdos)
|
|
|
|
<<< NOTE: Insert NEWS from last stable release here prior to actual release! >>>
|