1
0
mirror of https://github.com/php/php-src.git synced 2026-04-27 10:16:41 +02:00
This commit is contained in:
Remi Collet
2025-09-05 09:12:27 +02:00
parent 3a88977043
commit 4ee90ea275
+1
View File
@@ -11,6 +11,7 @@ PHP NEWS
references). (Arnaud, timwolla)
. Fixed bug GH-19613 (Stale array iterator pointer). (ilutov)
. Fixed bug GH-19679 (zend_ssa_range_widening may fail to converge). (Arnaud)
. Fixed bug GH-19681 (PHP_EXPAND_PATH broken with bash 5.3.0). (Remi)
- Date:
. Fixed date_sunrise() and date_sunset() with partial-hour UTC offset.