source:
branches/version-2_5-dev/php.ini
@
19658
| Revision 19658, 521 bytes checked in by Seasoft, 16 years ago (diff) |
|---|
| Line | |
|---|---|
| 1 | ; 基本は SC_Initial.php で設定するが、ini_setで反映されないものはここで設定する |
| 2 | |
| 3 | mbstring.language = Japanese |
| 4 | mbstring.encoding_translation = off |
| 5 | output_handler = NULL |
| 6 | magic_quotes_gpc = off |
| 7 | session.auto_start = 0 |
| 8 | |
| 9 | ; INI_ALL なのにもかかわらず, ini_set で指定しても反映されない環境がある... |
| 10 | mbstring.internal_encoding = UTF-8 |
| 11 | |
| 12 | ; デフォルトテンプレートの状態で 2M 近くになるため |
| 13 | upload_max_filesize = 5M |
| 14 | ;post_max_size = 8M |
| 15 | register_globals = off |
Note: See TracBrowser
for help on using the repository browser.
