Skip to content

Instantly share code, notes, and snippets.

@kawanamiyuu
Last active April 10, 2018 23:05
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save kawanamiyuu/e319978ecb51f3586e88c36d473b5b9b to your computer and use it in GitHub Desktop.
Save kawanamiyuu/e319978ecb51f3586e88c36d473b5b9b to your computer and use it in GitHub Desktop.
最低限確認するphp.iniの設定項目
date.timezone = UTC
display_errors = 0
log_errors = 1
error_log = php://stderr
session.use_strict_mode = 1
session.use_cookies = 1
session.use_only_cookies = 1
session.cookie_secure = 1
session.cookie_httponly = 1
;session.cookie_lifetime = 0
;session.cache_limiter = "nocache"
default_charset = "UTF-8"
mbstring.language = "ja"
mbstring.detect_order = "UTF-8,SJIS-win,eucJP-win,ISO-2022-JP-MS,ASCII"
mbstring.encoding_translation = 0
mbstring.substitute_character = "none"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment