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;