summaryrefslogtreecommitdiff
path: root/php.ini-dist
diff options
context:
space:
mode:
Diffstat (limited to 'php.ini-dist')
-rw-r--r--php.ini-dist9
1 files changed, 9 insertions, 0 deletions
diff --git a/php.ini-dist b/php.ini-dist
index eb78b97005..0f64ff4f39 100644
--- a/php.ini-dist
+++ b/php.ini-dist
@@ -94,6 +94,15 @@ output_buffering = Off
; Setting an output handler automatically turns on output buffering.
output_handler =
+; The unserialize callback function will called (with the undefind class'
+; name as parameter), if the unserializer finds an undefined class
+; which should be instanciated.
+; A warning appears if the specified function is not defined, or if the
+; function doesn't include/implement the missing class.
+; So only set this entry, if you really want to implement such a
+; callback-function.
+unserialize_callback_func=
+
; Transparent output compression using the zlib library
; Valid values for this option are 'off', 'on', or a specific buffer size
; to be used for compression (default is 4KB)