Skip to content

Instantly share code, notes, and snippets.

@painejake
Created October 13, 2016 11:48
Show Gist options
  • Save painejake/31ceca44f63567f8ee3cb5ebce0322bc to your computer and use it in GitHub Desktop.
Save painejake/31ceca44f63567f8ee3cb5ebce0322bc to your computer and use it in GitHub Desktop.
HHVM Default PHP Settings
; php options
; hhvm specific
hhvm.log.level = Warning
hhvm.log.always_log_unhandled_exceptions = true
hhvm.log.runtime_error_reporting_level = 8191
hhvm.mysql.typed_results = false
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment