From 2809c1f99bf5cfff2b4d8340e1e61c470c88736c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gustavo=20Andr=C3=A9=20dos=20Santos=20Lopes?= <cataphract@php.net> Date: Wed, 9 Feb 2011 00:34:12 +0000 Subject: [PATCH] - Updating default value for serialize_precision in the manual. git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@308154 c90b9560-bf6c-de11-be94-00142212c4b1 --- appendices/ini.xml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/appendices/ini.xml b/appendices/ini.xml index 5bdada0e6b..b1a877094f 100644 --- a/appendices/ini.xml +++ b/appendices/ini.xml @@ -2519,9 +2519,11 @@ </row> <row> <entry>serialize_precision</entry> - <entry>"100"</entry> + <entry>"17"</entry> <entry>PHP_INI_ALL</entry> - <entry>Available since PHP 4.3.2.</entry> + <entry> + Available since PHP 4.3.2. Until PHP 5.3.5, the default value was 100. + </entry> </row> <row> <entry><link linkend="ini.session.auto-start">session.auto_start</link></entry>