1
0
mirror of https://github.com/php/php-src.git synced 2026-04-17 21:11:02 +02:00

[ci skip] Fix news entry format

This commit is contained in:
Anatol Belski
2017-09-12 08:36:05 +02:00
parent 7015d22116
commit b5c9cd4df6

2
NEWS
View File

@@ -3,7 +3,7 @@ PHP NEWS
?? ??? ????, PHP 7.1.10
- Core:
. Fixed #75042 run-tests.php issues with EXTENSION block). (John Boehr)
. Fixed bug #75042 (run-tests.php issues with EXTENSION block). (John Boehr)
- BCMath:
. Fixed bug #44995 (bcpowmod() fails if scale != 0). (cmb)