File tree Expand file tree Collapse file tree 2 files changed +5
-0
lines changed Expand file tree Collapse file tree 2 files changed +5
-0
lines changed Original file line number Diff line number Diff line change 9
9
expression). (timwolla)
10
10
. Fixed bug GH-19613 (Stale array iterator pointer). (ilutov)
11
11
. Fixed bug GH-19679 (zend_ssa_range_widening may fail to converge). (Arnaud)
12
+ . Using null as an array offset or when calling array_key_exists() is now
13
+ deprecated. (alexandre-daubois)
12
14
13
15
- Date:
14
16
. Fixed date_sunrise() and date_sunset() with partial-hour UTC offset.
Original file line number Diff line number Diff line change @@ -376,6 +376,9 @@ PHP 8.5 UPGRADE NOTES
376
376
- Binding a closure to the scope of an internal class
377
377
- Rebinding the scope of a closure created from a function or method
378
378
RFC: https://wiki.php.net/rfc/deprecations_php_8_5#deprecate_closure_binding_issues
379
+ . Using null as an array offset or when calling array_key_exists() is now
380
+ deprecated. Instead an empty string should be used.
381
+ RFC: https://wiki.php.net/rfc/deprecations_php_8_5#deprecate_using_values_null_as_an_array_offset_and_when_calling_array_key_exists
379
382
380
383
- Curl:
381
384
. The curl_close() function has been deprecated, as CurlHandle objects are
You can’t perform that action at this time.
0 commit comments