1
0
mirror of https://github.com/php/php-src.git synced 2026-03-24 00:02:20 +01:00

NEWS for ext/bcmath: Fixed bcdiv() div by one (#15629)

This commit is contained in:
Saki Takamachi
2024-08-31 17:52:44 +09:00
parent eb3e7a2c0c
commit 44ec179b7e

3
NEWS
View File

@@ -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)