XPressME Integration Kit

Trac


Ignore:
Timestamp:
Dec 16, 2009, 1:22:13 PM (14 years ago)
Author:
toemon
Message:

Memory Limitを設定可能に Fixes #272

Location:
trunk/xpressme_integration_kit/language
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/xpressme_integration_kit/language/english/modinfo.php

    r461 r491  
    2929XPressME acquires a version of libxml2 automatically, and it is adapted a patch if it is necessary.  
    3030When XPressME cannot acquire a version of libxml2, you can let a patch fit it with this option forcibly."); 
     31         
     32        define("_MI_MEMORY_LIMIT","Memory size(MB) at least necessary for module"); 
     33        define("_MI_MEMORY_LIMIT_DESC","If the memory_limit value of php.ini is smaller than this value. Try the re-setting of memory_limit with ini_set('memory_limit', Value);."); 
    3134 
    3235        // Block Name 
  • trunk/xpressme_integration_kit/language/ja_utf8/modinfo.php

    r461 r491  
    2929XPressMEはlibxml2のバージョンを自動的に取得し、必要であればパッチが適応されます。 
    3030XPressMEがlibxml2のバージョンを取得できない場合、このオプションで強制的にパッチを適応させることができます。"); 
     31         
     32        define("_MI_MEMORY_LIMIT","モジュールに最低限必要なメモリ(MB)"); 
     33        define("_MI_MEMORY_LIMIT_DESC","php.iniのmemory_limit値がこの値より小さいとき、可能であればini_set('memory_limit', Value);を実行しmemory_limitを再設定する"); 
    3134 
    3235        // Block Name 
Note: See TracChangeset for help on using the changeset viewer.