From f9d0cf967332d1217ec16115abcab863f75255f6 Mon Sep 17 00:00:00 2001 From: Philip Olson Date: Mon, 2 May 2011 23:49:04 +0000 Subject: [PATCH] documented serialize_precision git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@310726 c90b9560-bf6c-de11-be94-00142212c4b1 --- appendices/ini.xml | 20 +++++++++++++++++++- 1 file changed, 19 insertions(+), 1 deletion(-) 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. + + +