-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
consistent php settings between development container and travis ci
- Loading branch information
Andy Vaughn
committed
Nov 22, 2020
1 parent
c26bb20
commit 033085e
Showing
4 changed files
with
60 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,52 @@ | ||
[PHP] | ||
allow_call_time_pass_reference = Off | ||
allow_url_fopen = Off | ||
allow_url_include = Off | ||
asp_tags = Off | ||
auto_globals_jit = On | ||
default_mimetype = "text/html" | ||
default_socket_timeout = 60 | ||
display_errors = Off | ||
display_startup_errors = Off | ||
enable_dl = Off | ||
engine = On | ||
error_reporting = E_COMPILE_ERROR|E_RECOVERABLE_ERROR|E_ERROR|E_CORE_ERROR|E_PARSE | ||
expose_php = On | ||
file_uploads = On | ||
html_errors = Off | ||
ignore_repeated_errors = Off | ||
ignore_repeated_source = Off | ||
implicit_flush = Off | ||
log_errors = On | ||
log_errors_max_len = 1024 | ||
magic_quotes_gpc = Off | ||
magic_quotes_runtime = Off | ||
magic_quotes_sybase = Off | ||
max_execution_time = 30 | ||
max_input_time = 60 | ||
memory_limit = 128M | ||
output_buffering = 4096 | ||
post_max_size = 256M | ||
precision = 14 | ||
register_argc_argv = Off | ||
register_globals = Off | ||
register_long_arrays = Off | ||
report_memleaks = On | ||
request_order = "GP" | ||
safe_mode = Off | ||
serialize_precision = 100 | ||
short_open_tag = Off | ||
unserialize_callback_func = | ||
upload_max_filesize = 256M | ||
variables_order = "GPCS" | ||
y2k_compliance = On | ||
zlib.output_compression = Off | ||
|
||
[Date] | ||
date.timezone = UTC | ||
|
||
[Syslog] | ||
define_syslog_variables = Off | ||
|
||
[bcmath] | ||
bcmath.scale = 0 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters