summaryrefslogtreecommitdiff
path: root/php.ini-dist
diff options
context:
space:
mode:
authorIlia Alshanetsky <iliaa@php.net>2003-05-08 01:23:36 +0000
committerIlia Alshanetsky <iliaa@php.net>2003-05-08 01:23:36 +0000
commit9acdb6b6c8fe7708794e1ce723ab02b4f4a57ff3 (patch)
treeed8a9ec1875b4b5c4d0353da21ff58c0bf544a29 /php.ini-dist
parente29c2b087282a89d5223d792939c72ed7715239c (diff)
downloadphp-git-9acdb6b6c8fe7708794e1ce723ab02b4f4a57ff3.tar.gz
MFH
Diffstat (limited to 'php.ini-dist')
-rw-r--r--php.ini-dist5
1 files changed, 5 insertions, 0 deletions
diff --git a/php.ini-dist b/php.ini-dist
index 4864b1f760..358db2aa1d 100644
--- a/php.ini-dist
+++ b/php.ini-dist
@@ -137,6 +137,11 @@ implicit_flush = Off
; callback-function.
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
+
; Whether to enable the ability to force arguments to be passed by reference
; at function call time. This method is deprecated and is likely to be
; unsupported in future versions of PHP/Zend. The encouraged method of