Skip to content

Instantly share code, notes, and snippets.

@bencooling
Last active December 19, 2015 03:19
Show Gist options
  • Save bencooling/5889776 to your computer and use it in GitHub Desktop.
Save bencooling/5889776 to your computer and use it in GitHub Desktop.
Various php.ini directives
; Set correct timezone
date.timezone = "Australia/Brisbane"
; Prevent corrupted php execution with php-fpm
cgi.fix_pathinfo=0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment