Document change due to fixing bug #46564

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@343029 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Christoph Michael Becker 2017-09-09 13:02:53 +00:00
parent b8276aede8
commit ae833792af

View file

@ -51,6 +51,31 @@
</para>
</refsect1>
<refsect1 role="changelog"><!-- {{{ -->
&reftitle.changelog;
<informaltable>
<tgroup cols="2">
<thead>
<row>
<entry>&Version;</entry>
<entry>&Description;</entry>
</row>
</thead>
<tbody>
<row>
<entry>7.2.0</entry>
<entry>
<parameter>dividend</parameter> and <parameter>modulus</parameter> are no
longer truncated to integer, so now the behavior of
<function>bcmod</function> follows <function>fmod</function> rather than
the <literal>%</literal> operator.
</entry>
</row>
</tbody>
</tgroup>
</informaltable>
</refsect1><!-- }}} -->
<refsect1 role="examples">
&reftitle.examples;
<example>