Created
October 13, 2016 11:48
-
-
Save painejake/31ceca44f63567f8ee3cb5ebce0322bc to your computer and use it in GitHub Desktop.
HHVM Default PHP Settings
This file contains hidden or 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
; 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