forked from coop-cloud/mediawiki
Make MEDIAWIKI_DEBUG also control level of PHP warnings shown.
This commit is contained in:
@ -2,3 +2,7 @@ upload_max_filesize = 10M
|
||||
post_max_size = 10M
|
||||
max_execution_time = 7200
|
||||
max_file_uploads = 1000
|
||||
|
||||
{{ if eq (env "MEDIAWIKI_DEBUG") "0" }}
|
||||
error_reporting = E_ALL & ~E_DEPRECATED & ~E_STRICT
|
||||
{{ end }}
|
||||
|
Reference in New Issue
Block a user