Skip to content

Instantly share code, notes, and snippets.

@raymondjplante
Created March 25, 2015 14:33
Show Gist options
  • Save raymondjplante/c306ee4acf42c04df5bf to your computer and use it in GitHub Desktop.
Save raymondjplante/c306ee4acf42c04df5bf to your computer and use it in GitHub Desktop.
; php options
expose_php=off
pid = /var/run/hhvm/pid
date.timezone="America/New_York"
; hhvm specific
hhvm.server.file_socket=/var/run/hhvm/hhvm.sock
;hhvm.server.port = 9000
hhvm.server.type = fastcgi
hhvm.server.default_document = index.php
hhvm.log.level = Warning
hhvm.log.always_log_unhandled_exceptions = true
hhvm.log.runtime_error_reporting_level = 8191
hhvm.log.use_log_file = true
hhvm.log.file = /var/log/hhvm/error.log
hhvm.log.header = true
hhvm.repo.central.path = /var/run/hhvm/hhvm.hhbc
hhvm.mysql.typed_results = false
;hhvm.eval.jit_warmup_requests = 0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment