]> 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 8bd6ae9f9e17e771eb12d5edcdf9ca6262f9e645..4a494a051475028ae50a7229f7321c63bf15ffaf 100644 (file)
@@ -317,7 +317,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
 
 ; This directive allows you to enable and disable warnings which PHP will issue
 ; if you pass a value by reference at function call time. Passing values by
index 4be59a3a0f9d21318b71981e24a1cdfe70007bd1..89c1bed7c8a73604d680c216600a4f9d84f5b3a8 100644 (file)
@@ -317,7 +317,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
 
 ; This directive allows you to enable and disable warnings which PHP will issue
 ; if you pass a value by reference at function call time. Passing values by