Skip to content

Instantly share code, notes, and snippets.

@prashantpalikhe
Last active August 29, 2015 14:07
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 prashantpalikhe/9cec983ec67915e10eb2 to your computer and use it in GitHub Desktop.
Save prashantpalikhe/9cec983ec67915e10eb2 to your computer and use it in GitHub Desktop.
[php]
default_charset="UTF-8"
realpath_cache_size=4096K
realpath_cache_ttl=7200
post_max_size=128M
upload_max_filesize=128M
file_uploads=1
display_errors=1
error_reporting=-1
log_errors=1
[date]
date.timezone="UTC"
[session]
session.name=app
session.gc_maxlifetime=2678400
[apc]
apc.enabled=1
apc.enable_cli=1
apc.cache_by_default=1
apc.ttl=7200
apc.stat=1
apc.stat_ctime=1
apc.rfc1867=1
[intl]
intl.default_locale=en
[newrelic]
newrelic.enabled=1
newrelic.appname=app
newrelic.browser_monitoring.auto_instrument=1
newrelic.transaction_tracer.enable=1
newrelic.transaction_tracer.top100=1
newrelic.error_collector.record_database_errors=1
newrelic.error_collector.include_notices=1
newrelic.framework="symfony"
[xdebug]
;xdebug.remote_enable=1
;xdebug.remote_host=localhost
;xdebug.remote_port=9000
;xdebug.remote_autostart=1
;xdebug.file_link_format="txmt://open/?url=file://%f&line=%l"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment