1
0
mirror of https://github.com/php/php-src.git synced 2026-03-24 00:02:20 +01:00
[ci skip]
This commit is contained in:
Niels Dossche
2024-09-17 22:17:34 +02:00
parent 306dedcf5e
commit e2da65de2a

3
NEWS
View File

@@ -2,6 +2,9 @@ PHP NEWS
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
?? ??? ????, PHP 8.4.0RC1
- BcMath:
. bcpow() performance improvement. (Jorg Sowa)
- Debugging:
. Fixed bug GH-15923 (GDB: Python Exception <class 'TypeError'>:
exceptions must derive from BaseException). (nielsdos)