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

[skip ci] NEWS

This commit is contained in:
Saki Takamachi
2024-05-01 22:31:08 +09:00
parent 10ae87969e
commit 0540a4211d

2
NEWS
View File

@@ -4,7 +4,7 @@ PHP NEWS
- BCMath:
. [RFC] Add bcfloor, bcceil and bcround to BCMath (Saki Takamachi)
. Refactor BCMath 1 (Saki Takamachi)
. Improve performance (Saki Takamachi)
- Core:
. Added zend_call_stack_get implementation for NetBSD, DragonFlyBSD,