Subversion Repositories php-qbpwcf

Rev

Rev 382 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 382 Rev 383
Line 82... Line 82...
82
set_include_path($output[0].PATH_SEPARATOR.get_include_path());
82
set_include_path($output[0].PATH_SEPARATOR.get_include_path());
83
 
83
 
84
#匯入外部套件
84
#匯入外部套件
85
include("allInOne.php");
85
include("allInOne.php");
86
 
86
 
87
#設置php記憶體無上限,目前該程式穩定運行需要4GB記憶體.
87
#設置php記憶體無上限,目前該程式若使用 --debug true 參數,則穩定運行需要約4GB記憶體;反之則需要約600MB記憶體.
88
ini_set('memory_limit', '-1');
88
ini_set('memory_limit', '-1');
89
 
89
 
90
#當前lib路徑
90
#當前lib路徑
91
$pwd=$output[0];
91
$pwd=$output[0];
92
 
92