summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRemi Collet <remi@php.net>2017-11-28 07:50:41 +0100
committerRemi Collet <remi@php.net>2017-11-28 07:50:41 +0100
commitfe76e60f8de2880b127452151a9b6f66a94b0e79 (patch)
tree511bfb055000aba3332f143b6e57138ff72a6b61
parent5b7cc8a8acbcf1414d08997b195c6e579febaeb3 (diff)
downloadphp-git-fe76e60f8de2880b127452151a9b6f66a94b0e79.tar.gz
unset date (will be set by release process script)
-rw-r--r--NEWS2
1 files changed, 1 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 79c0bb6966..2a3b03ea52 100644
--- a/NEWS
+++ b/NEWS
@@ -1,6 +1,6 @@
PHP NEWS
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
-30 Nov 2017, PHP 7.2.0
+?? ??? ????, PHP 7.2.0
- BCMath:
. Fixed bug #46564 (bcmod truncates fractionals). (liborm85)