Skip to content

Instantly share code, notes, and snippets.

@arleighdickerson
Created January 14, 2018 17:21
Show Gist options
  • Save arleighdickerson/bb9bbb63d64f95cafc870f0ac04dcf0c to your computer and use it in GitHub Desktop.
Save arleighdickerson/bb9bbb63d64f95cafc870f0ac04dcf0c to your computer and use it in GitHub Desktop.
/etc/hhvm/php.ini
hhvm.log.level = Warning
hhvm.log.always_log_unhandled_exceptions = true
hhvm.log.runtime_error_reporting_level = 8191
hhvm.mysql.typed_results = false
hhvm.php7.all = true
hhvm.php7.builtins= true
hhvm.jit_enable_rename_function = true
xdebug.idekey = PHPSTORM
xdebug.enable = 1
xdebug.remote_enable=1
xdebug.remote_autostart=0
xdebug.remote_handler=dbgp
xdebug.remote_host=10.0.2.2
xdebug.collect_params=2
xdebug.collect_return=1
xdebug.collect_vars=0
xdebug.overload_var_dump=1
xdebug.show_local_vars=1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment