source: branches/version-2_12_2/php.ini @ 21258

Revision 21258, 521 bytes checked in by nanasess, 13 years ago (diff)

#1433 (PHP Notice が発生する)

  • IIS + PHP5.2.x の場合に error_reporting の設定が効かなくなってしまうため, r21180, r21181 を差し戻し
  • Notice を発生させていた箇所を修正
  • Property svn:eol-style set to LF
  • Property svn:keywords set to Id
Line 
1; 基本は SC_Initial.php で設定するが、ini_setで反映されないものはここで設定する
2
3mbstring.language = Japanese
4mbstring.encoding_translation = off
5output_handler = NULL
6magic_quotes_gpc = off
7session.auto_start = 0
8
9; INI_ALL なのにもかかわらず, ini_set で指定しても反映されない環境がある...
10mbstring.internal_encoding = UTF-8
11
12; デフォルトテンプレートの状態で 2M 近くになるため
13upload_max_filesize = 5M
14;post_max_size = 8M
15register_globals = off
Note: See TracBrowser for help on using the repository browser.