Skip to content

Instantly share code, notes, and snippets.

@guipmourao
Created March 23, 2015 17:58
Show Gist options
  • Save guipmourao/86e55b000962af4e9a3d to your computer and use it in GitHub Desktop.
Save guipmourao/86e55b000962af4e9a3d to your computer and use it in GitHub Desktop.
; php options
session.save_handler = files
session.save_path = /var/lib/php5
session.gc_maxlifetime = 1440
; 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