summaryrefslogtreecommitdiff
path: root/php.ini-production
diff options
context:
space:
mode:
authorGustavo André dos Santos Lopes <cataphract@php.net>2011-02-09 00:25:44 +0000
committerGustavo André dos Santos Lopes <cataphract@php.net>2011-02-09 00:25:44 +0000
commitefa9a8ee53e279df568727781ebf6af42af9ec24 (patch)
treef493b1c63d5121fd2cc49aaf648e53126f66c870 /php.ini-production
parent257b994fdc863de98442c3684c1cfc225ed91a10 (diff)
downloadphp-git-efa9a8ee53e279df568727781ebf6af42af9ec24.tar.gz
- Changed php.ini files to match the hard-coded default for serialize_precision.
Diffstat (limited to 'php.ini-production')
-rw-r--r--php.ini-production2
1 files changed, 1 insertions, 1 deletions
diff --git a/php.ini-production b/php.ini-production
index e8b505cb91..5f0de201d1 100644
--- a/php.ini-production
+++ b/php.ini-production
@@ -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