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

[ci skip] Update NEWS for PHP 8.5.0 alpha2

This commit is contained in:
Daniel Scherzer
2025-07-01 15:02:55 -07:00
parent 642d729847
commit 45c46504e2

5
NEWS
View File

@@ -1,6 +1,9 @@
PHP NEWS
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
?? ??? ????, PHP 8.5.0alpha1
?? ??? ????, PHP 8.5.0alpha2
03 Jul 2025, PHP 8.5.0alpha1
- BCMath:
. Simplify `bc_divide()` code. (SakiTakamachi)