mirror of
https://github.com/php/php-src.git
synced 2026-04-30 03:33:17 +02:00
aef5225394
Despite being OpenBSD's predecessor, the approach is in fact a lot closer to Linux, at least in principle. We purposely avoid reading /proc/N/maps to be more future-proof. Close GH-11637
16 lines
626 B
Plaintext
16 lines
626 B
Plaintext
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! >>>
|