Skip to content

Instantly share code, notes, and snippets.

@abarth500
Created June 10, 2014 10:17
Show Gist options
  • Select an option

  • Save abarth500/1d805a75b68f1de2908b to your computer and use it in GitHub Desktop.

Select an option

Save abarth500/1d805a75b68f1de2908b to your computer and use it in GitHub Desktop.
[CS実験I] /etc/php.iniの開発用設定
#ブログラムのタイムアウトの設定
#以下の行を見つける
max_execution_time = 30
#次のように書きかえる
max_execution_time = 300
#--------------------------------
#画面へのエラー表示の設定
#以下の行を見つける
display_errors = Off
#次のように書きかえる
display_errors = On
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment