mirror of
https://github.com/lucaspalomodevelop/core.git
synced 2026-03-15 00:54:41 +00:00
system: disable dynamic loading of PHP modules
This commit is contained in:
parent
9b55214aaa
commit
149aed014a
@ -186,6 +186,7 @@ $php_ini = <<<EOF
|
||||
; File generated via recovery
|
||||
output_buffering = "0"
|
||||
expose_php = Off
|
||||
enable_dl = Off
|
||||
implicit_flush = true
|
||||
magic_quotes_gpc = Off
|
||||
max_execution_time = 900
|
||||
|
||||
@ -1,6 +1,7 @@
|
||||
; File generated via configd
|
||||
output_buffering = "0"
|
||||
expose_php = Off
|
||||
enable_dl = Off
|
||||
implicit_flush = true
|
||||
magic_quotes_gpc = Off
|
||||
max_execution_time = 900
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user