Created
June 10, 2014 10:17
-
-
Save abarth500/1d805a75b68f1de2908b to your computer and use it in GitHub Desktop.
[CS実験I] /etc/php.iniの開発用設定
This file contains hidden or 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
| #ブログラムのタイムアウトの設定 | |
| #以下の行を見つける | |
| 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