Pull in upstream updates to the php.ini
This commit is contained in:
parent
a41cfc1c1b
commit
2c28e321e1
1 changed files with 3 additions and 3 deletions
|
@ -306,12 +306,12 @@ serialize_precision = -1
|
||||||
; http://php.net/open-basedir
|
; http://php.net/open-basedir
|
||||||
;open_basedir =
|
;open_basedir =
|
||||||
|
|
||||||
; This directive allows you to disable certain functions for security reasons.
|
; This directive allows you to disable certain functions.
|
||||||
; It receives a comma-delimited list of function names.
|
; It receives a comma-delimited list of function names.
|
||||||
; http://php.net/disable-functions
|
; http://php.net/disable-functions
|
||||||
disable_functions =
|
disable_functions =
|
||||||
|
|
||||||
; This directive allows you to disable certain classes for security reasons.
|
; This directive allows you to disable certain classes.
|
||||||
; It receives a comma-delimited list of class names.
|
; It receives a comma-delimited list of class names.
|
||||||
; http://php.net/disable-classes
|
; http://php.net/disable-classes
|
||||||
disable_classes =
|
disable_classes =
|
||||||
|
@ -404,7 +404,7 @@ max_input_time = 60
|
||||||
; How many GET/POST/COOKIE input variables may be accepted
|
; How many GET/POST/COOKIE input variables may be accepted
|
||||||
;max_input_vars = 1000
|
;max_input_vars = 1000
|
||||||
|
|
||||||
; Maximum amount of memory a script may consume (128MB)
|
; Maximum amount of memory a script may consume
|
||||||
; http://php.net/memory-limit
|
; http://php.net/memory-limit
|
||||||
memory_limit = 128M
|
memory_limit = 128M
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue