mirror of
https://github.com/cytopia/devilbox.git
synced 2024-12-18 20:37:55 +00:00
REL-0.11 Default PHP/HHVM example ini files
This commit is contained in:
parent
19ce82deb9
commit
474c198166
24
cfg/hhvm-latest/devilbox-custom.ini-example
Normal file
24
cfg/hhvm-latest/devilbox-custom.ini-example
Normal file
@ -0,0 +1,24 @@
|
||||
; Use PHP 5.6 or PHP 7 mode for HHVM
|
||||
; PHP 5.6 Mode
|
||||
hhvm.php7.all = 0
|
||||
; PHP 7 Mode (default)
|
||||
;hhvm.php7.all = 1
|
||||
|
||||
[PHP]
|
||||
; Memory
|
||||
memory_limit = 4096M
|
||||
|
||||
; Timeouts
|
||||
max_execution_time = 180
|
||||
max_input_time = 180
|
||||
; Uploads
|
||||
post_max_size = 1990M
|
||||
upload_max_filesize = 1990M
|
||||
|
||||
; Vars
|
||||
max_input_vars = 8000
|
||||
|
||||
; Error reporting
|
||||
error_reporting = E_ALL
|
||||
display_errors = On
|
||||
track_errors = On
|
18
cfg/php-fpm-5.4/devilbox-custom.ini-example
Normal file
18
cfg/php-fpm-5.4/devilbox-custom.ini-example
Normal file
@ -0,0 +1,18 @@
|
||||
[PHP]
|
||||
; Memory
|
||||
memory_limit = 4096M
|
||||
|
||||
; Timeouts
|
||||
max_execution_time = 180
|
||||
max_input_time = 180
|
||||
; Uploads
|
||||
post_max_size = 1990M
|
||||
upload_max_filesize = 1990M
|
||||
|
||||
; Vars
|
||||
max_input_vars = 8000
|
||||
|
||||
; Error reporting
|
||||
error_reporting = E_ALL
|
||||
display_errors = On
|
||||
track_errors = On
|
18
cfg/php-fpm-5.5/devilbox-custom.ini-example
Normal file
18
cfg/php-fpm-5.5/devilbox-custom.ini-example
Normal file
@ -0,0 +1,18 @@
|
||||
[PHP]
|
||||
; Memory
|
||||
memory_limit = 4096M
|
||||
|
||||
; Timeouts
|
||||
max_execution_time = 180
|
||||
max_input_time = 180
|
||||
; Uploads
|
||||
post_max_size = 1990M
|
||||
upload_max_filesize = 1990M
|
||||
|
||||
; Vars
|
||||
max_input_vars = 8000
|
||||
|
||||
; Error reporting
|
||||
error_reporting = E_ALL
|
||||
display_errors = On
|
||||
track_errors = On
|
18
cfg/php-fpm-7.0/devilbox-custom.ini-example
Normal file
18
cfg/php-fpm-7.0/devilbox-custom.ini-example
Normal file
@ -0,0 +1,18 @@
|
||||
[PHP]
|
||||
; Memory
|
||||
memory_limit = 4096M
|
||||
|
||||
; Timeouts
|
||||
max_execution_time = 180
|
||||
max_input_time = 180
|
||||
; Uploads
|
||||
post_max_size = 1990M
|
||||
upload_max_filesize = 1990M
|
||||
|
||||
; Vars
|
||||
max_input_vars = 8000
|
||||
|
||||
; Error reporting
|
||||
error_reporting = E_ALL
|
||||
display_errors = On
|
||||
track_errors = On
|
18
cfg/php-fpm-7.1/devilbox-custom.ini-example
Normal file
18
cfg/php-fpm-7.1/devilbox-custom.ini-example
Normal file
@ -0,0 +1,18 @@
|
||||
[PHP]
|
||||
; Memory
|
||||
memory_limit = 4096M
|
||||
|
||||
; Timeouts
|
||||
max_execution_time = 180
|
||||
max_input_time = 180
|
||||
; Uploads
|
||||
post_max_size = 1990M
|
||||
upload_max_filesize = 1990M
|
||||
|
||||
; Vars
|
||||
max_input_vars = 8000
|
||||
|
||||
; Error reporting
|
||||
error_reporting = E_ALL
|
||||
display_errors = On
|
||||
track_errors = On
|
Loading…
Reference in New Issue
Block a user