]> granicus.if.org Git - php/commitdiff
- Changed php.ini files to match the hard-coded default for serialize_precision.
authorGustavo André dos Santos Lopes <cataphract@php.net>
Wed, 9 Feb 2011 00:25:44 +0000 (00:25 +0000)
committerGustavo André dos Santos Lopes <cataphract@php.net>
Wed, 9 Feb 2011 00:25:44 +0000 (00:25 +0000)
php.ini-development
php.ini-production

index e9b505c7fef487863d01195ddefc6cd59d3fd81d..1b22f1b8180e052131b3dd1599e10694b4143133 100644 (file)
@@ -303,7 +303,7 @@ unserialize_callback_func =
 ; When floats & doubles are serialized store serialize_precision significant
 ; digits after the floating point. The default value ensures that when floats
 ; are decoded with unserialize, the data will remain the same.
-serialize_precision = 100
+serialize_precision = 17
 
 ; open_basedir, if set, limits all file operations to the defined directory
 ; and below.  This directive makes most sense if used in a per-directory
index e8b505cb910a580a291fa146ec125fcf2a472619..5f0de201d15961cbeb0ce47a80001e0f0e7dd673 100644 (file)
@@ -303,7 +303,7 @@ unserialize_callback_func =
 ; When floats & doubles are serialized store serialize_precision significant
 ; digits after the floating point. The default value ensures that when floats
 ; are decoded with unserialize, the data will remain the same.
-serialize_precision = 100
+serialize_precision = 17
 
 ; open_basedir, if set, limits all file operations to the defined directory
 ; and below.  This directive makes most sense if used in a per-directory