File tree Expand file tree Collapse file tree 2 files changed +6
-0
lines changed
Expand file tree Collapse file tree 2 files changed +6
-0
lines changed Original file line number Diff line number Diff line change @@ -11,6 +11,7 @@ PHP NEWS
1111 . Fix OSS-Fuzz #429429090 (Failed assertion on unset() with uninitialized
1212 container). (ilutov)
1313 . Fixed GH-20564 (Don't call autoloaders with pending exception). (ilutov)
14+ . Improved accuracy of microtime() and gettimeofday(), up-to 10ns. (marc-mabe)
1415
1516- Date:
1617 . Update timelib to 2022.16. (Derick)
Original file line number Diff line number Diff line change @@ -56,6 +56,8 @@ PHP 8.6 INTERNALS UPGRADE NOTES
5656 node.
5757 . The zend_exception_save() and zend_exception_restore() functions were
5858 removed.
59+ . Introduced a new time-retrieval API zend_time_*. Use this API instead of
60+ time(), gettimeofday(), clock_gettime() and timespec_get().
5961
6062========================
61632. Build system changes
@@ -71,6 +73,9 @@ PHP 8.6 INTERNALS UPGRADE NOTES
7173 . Removed the XML_GetCurrentByteCount() libxml compatibility wrapper,
7274 as it was unused and could return the wrong result.
7375
76+ - ext/date
77+ . Deprecated php_time(), Use zend_time_real_get() instead.
78+
7479- ext/mbstring:
7580 . Added GB18030-2022 to default encoding list for zh-CN.
7681
You can’t perform that action at this time.
0 commit comments