From cff47c489a2ecff2860944f9274375944b87dd79 Mon Sep 17 00:00:00 2001 From: Jean-Sebastien Hedde Date: Mon, 25 Feb 2013 18:42:09 +0000 Subject: [PATCH] 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 --- reference/array/functions/array-product.xml | 23 +++++++++++++++++++++ 1 file changed, 23 insertions(+) diff --git a/reference/array/functions/array-product.xml b/reference/array/functions/array-product.xml index 6d103c1ae4..90383dd50b 100644 --- a/reference/array/functions/array-product.xml +++ b/reference/array/functions/array-product.xml @@ -37,6 +37,29 @@ Returns the product as an integer or float. + + &reftitle.changelog; + + + + + + &Version; + &Description; + + + + + 5.3.6 + + The product of an empty array returns 1. (&url.php.bugs;2696) + + + + + + + &reftitle.examples;