XPressME Integration Kit

Trac


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

Memory Limitを設定可能に Fixes #272

File:
1 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 
Note: See TracChangeset for help on using the changeset viewer.