Last active
December 19, 2015 03:19
-
-
Save bencooling/5889776 to your computer and use it in GitHub Desktop.
Various php.ini directives
This file contains 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
; 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