From 103ed7161312a30fcb2514e420c1f7a70b4c8ba9 Mon Sep 17 00:00:00 2001 From: Kalle Sommer Nielsen Date: Thu, 7 Jan 2010 12:47:00 +0000 Subject: [PATCH] * Fixed bug #42294 (round will not use PHP_ROUND_FUZZ on 64bit CPUs) * Removed another PHP3 reference git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@293215 c90b9560-bf6c-de11-be94-00142212c4b1 --- reference/math/functions/round.xml | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/reference/math/functions/round.xml b/reference/math/functions/round.xml index b69485ac40..ce87f3e0c1 100644 --- a/reference/math/functions/round.xml +++ b/reference/math/functions/round.xml @@ -44,14 +44,6 @@ - - - - The precision parameter was introduced - in PHP 4. - - - &reftitle.parameters; @@ -150,7 +142,14 @@ echo round(8.5, 0, PHP_ROUND_HALF_ODD); // 9 5.3.0 - The mode parameter was introduced. + The mode parameter was introduced. + + + + 5.2.7 + + The inner workings of round was changed + to confront the C99 standard. @@ -158,6 +157,7 @@ echo round(8.5, 0, PHP_ROUND_HALF_ODD); // 9 + &reftitle.seealso;