PHP 5.3.6 breaks BC on array_product, it should be notified in the doc.

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@329577 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Jean-Sebastien Hedde 2013-02-25 18:42:09 +00:00
parent 9a6f424ca7
commit cff47c489a

View file

@ -37,6 +37,29 @@
Returns the product as an integer or float.
</para>
</refsect1>
<refsect1 role="changelog"><!-- {{{ -->
&reftitle.changelog;
<para>
<informaltable>
<tgroup cols="2">
<thead>
<row>
<entry>&Version;</entry>
<entry>&Description;</entry>
</row>
</thead>
<tbody>
<row>
<entry>5.3.6</entry>
<entry>
The product of an empty array returns 1. (&url.php.bugs;2696)
</entry>
</row>
</tbody>
</tgroup>
</informaltable>
</para>
</refsect1><!-- }}} -->
<refsect1 role="examples">
&reftitle.examples;
<para>