summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnatol Belski <ab@php.net>2017-09-12 08:36:05 +0200
committerAnatol Belski <ab@php.net>2017-09-12 08:36:05 +0200
commitb5c9cd4df6f4d11141878628544446a934219bcf (patch)
tree1c804f404dd2c8de8aef67e3bee7fc2905806112
parent7015d22116313fcd49287588bf7da06947926654 (diff)
downloadphp-git-b5c9cd4df6f4d11141878628544446a934219bcf.tar.gz
[ci skip] Fix news entry format
-rw-r--r--NEWS2
1 files changed, 1 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index fcac46910b..e162eb596e 100644
--- a/NEWS
+++ b/NEWS
@@ -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)