Commit 2ec5f2d994b for php.net
commit 2ec5f2d994b8c295b9837fffbb6fdbaa8795f22d
Merge: e645c60744c 9e9b309b6fa
Author: Tim Düsterhus <tim@bastelstu.be>
Date: Sun Jun 14 15:12:21 2026 +0200
Merge branch 'PHP-8.4' into PHP-8.5
* PHP-8.4:
Fix GH-22280: Ignore non-finally try blocks (#22286)
diff --cc NEWS
index a17629f654a,7b36fb24679..f127593dbe0
--- a/NEWS
+++ b/NEWS
@@@ -1,7 -1,11 +1,11 @@@
PHP NEWS
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
-?? ??? ????, PHP 8.4.23
+?? ??? ????, PHP 8.5.8
+ - Core:
+ . Fixed bug GH-22280 (Incorrect compile error for goto to label preceding
+ try/finally block). (Pratik Bhujel)
+
- BCMath:
. Fixed issues with oversized allocations and signed overflow in bcround()
and BcMath\Number::round(). (edorian)