From ae833792af455f76d05386db0071909c6a3c64c0 Mon Sep 17 00:00:00 2001 From: Christoph Michael Becker Date: Sat, 9 Sep 2017 13:02:53 +0000 Subject: [PATCH] Document change due to fixing bug #46564 git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@343029 c90b9560-bf6c-de11-be94-00142212c4b1 --- reference/bc/functions/bcmod.xml | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) diff --git a/reference/bc/functions/bcmod.xml b/reference/bc/functions/bcmod.xml index d920c889c9..3be411209e 100644 --- a/reference/bc/functions/bcmod.xml +++ b/reference/bc/functions/bcmod.xml @@ -51,6 +51,31 @@ + + &reftitle.changelog; + + + + + &Version; + &Description; + + + + + 7.2.0 + + dividend and modulus are no + longer truncated to integer, so now the behavior of + bcmod follows fmod rather than + the % operator. + + + + + + + &reftitle.examples;