Ignore:
Timestamp:
2011/08/11 01:20:36 (13 years ago)
Author:
Seasoft
Message:

#1433 (PHP Notice が発生する)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/version-2_11-dev/html/.htaccess

    r20116 r21180  
    1111 
    1212# デフォルトテンプレートの状態で 2M 近くになるため 
    13 php_value upload_max_filesize 5M 
     13php_value upload_max_filesize 15M 
    1414#php_value post_max_size 8M 
    1515php_flag register_globals off 
     16 
     17# E_ALL(30719) - E_NOTICE(8) - E_DEPRECATED(8192) 
     18php_value error_reporting 22519 
Note: See TracChangeset for help on using the changeset viewer.