mirror of
https://github.com/php/php-src.git
synced 2026-03-24 00:02:20 +01:00
Merge branch 'PHP-8.5'
* PHP-8.5: Core: fix missing deprecation when accessing null array key with JIT (#20883)
This commit is contained in:
2
NEWS
2
NEWS
@@ -11,6 +11,8 @@ PHP NEWS
|
||||
. Fix OSS-Fuzz #429429090 (Failed assertion on unset() with uninitialized
|
||||
container). (ilutov)
|
||||
. Fixed GH-20564 (Don't call autoloaders with pending exception). (ilutov)
|
||||
. Fix deprecation now showing when accessing null key of an array with JIT.
|
||||
(alexandre-daubois)
|
||||
|
||||
- Date:
|
||||
. Update timelib to 2022.16. (Derick)
|
||||
|
||||
Reference in New Issue
Block a user