Skip to content

Instantly share code, notes, and snippets.

@doublecompile
Created July 29, 2016 22:50
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save doublecompile/a1152525a484fdaa79b364327449e5db to your computer and use it in GitHub Desktop.
Save doublecompile/a1152525a484fdaa79b364327449e5db to your computer and use it in GitHub Desktop.
Typical PHP CLI ini
[PHP]
engine = On
short_open_tag = Off
zlib.output_compression = Off
max_execution_time = 120
max_input_time = 120
memory_limit = -1
default_charset = "UTF-8"
error_reporting = E_ALL
display_errors = On
display_startup_errors = On
log_errors = Off
log_errors_max_len = 1024
report_memleaks = On
request_order = "GP"
[CLI Server]
cli_server.color = On
[Date]
date.timezone = "UTC"
[mail function]
mail.add_x_header = Off
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment