diff --git a/appendices/ini.xml b/appendices/ini.xml
index 01df38fe9d..70a3757a93 100644
--- a/appendices/ini.xml
+++ b/appendices/ini.xml
@@ -2518,7 +2518,7 @@
- serialize_precision
+ serialize_precision
"17"
PHP_INI_ALL
@@ -3743,6 +3743,12 @@ auto_prepend_file=security.php
PHP_INI_ALL
+
+ serialize_precision
+ "17"
+ PHP_INI_ALL
+ Available since PHP 4.3.2. Until PHP 5.3.5, the default value was 100.
+
y2k_compliance
"1"
@@ -3847,6 +3853,18 @@ auto_prepend_file=security.php
+
+
+
+ serialize_precision
+ integer
+
+
+
+ The number of significant digits stored while serializing floating point numbers.
+
+
+