From 15abb6e53f986ea63a6e3d35e6a270ad80f42f8d Mon Sep 17 00:00:00 2001 From: Calvin Buckley Date: Tue, 10 Sep 2024 13:12:47 -0300 Subject: [PATCH] [ci skip] Update NEWS for PHP 8.4.0 beta5 --- NEWS | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/NEWS b/NEWS index ec6634da08e..0c9541ba172 100644 --- a/NEWS +++ b/NEWS @@ -1,6 +1,8 @@ PHP NEWS ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||| -?? ??? ????, PHP 8.4.0beta5 +?? ??? ????, PHP 8.4.0RC1 + +12 Sep 2024, PHP 8.4.0beta5 - BCMath: . Fixed LONG_MAX in BCMath ext. (Saki Takamachi)