From 44ec179b7e6ba87797506b1734e238e995a7ea97 Mon Sep 17 00:00:00 2001 From: Saki Takamachi Date: Sat, 31 Aug 2024 17:52:44 +0900 Subject: [PATCH] NEWS for ext/bcmath: Fixed bcdiv() div by one (#15629) --- NEWS | 3 +++ 1 file changed, 3 insertions(+) diff --git a/NEWS b/NEWS index c17a25c6d9d..12a0a33e6d3 100644 --- a/NEWS +++ b/NEWS @@ -2,6 +2,9 @@ PHP NEWS ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||| ?? ??? ????, PHP 8.4.0beta5 +- BCMath: + . Fixed bcdiv() div by one. (Saki Takamachi) + - Core: . Fixed bug GH-15330 (Do not scan generator frames more than once). (Arnaud) . Fixed bug GH-15644 (Asymmetric visibility doesn't work with hooks). (ilutov)