php-src/NEWS

21 lines
731 B
Plaintext
Raw Normal View History

2015-07-21 14:36:36 +00:00
PHP NEWS
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
2023-08-29 16:19:01 +00:00
?? ??? ????, PHP 8.4.0alpha1
2023-08-29 16:14:11 +00:00
Core:
. Added zend_call_stack_get implementation for NetBSD. (David Carlier)
2023-08-29 16:14:11 +00:00
DOM:
. Added DOMNode::compareDocumentPosition(). (nielsdos)
Intl:
. Added IntlDateFormatter::PATTERN constant. (David Carlier)
Standard:
. Implement GH-12188 (Indication for the int size in phpinfo()). (timwolla)
. Partly fix GH-12143 (Incorrect round() result for 0.49999999999999994).
(timwolla)
. Fix GH-12252 (round(): Validate the rounding mode). (timwolla)
<<< NOTE: Insert NEWS from last stable release here prior to actual release! >>>