Subversion Repositories php-qbpwcf

Rev

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

Rev 345 Rev 368
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記憶體無上限
-
 
88
ini_set('memory_limit', '-1');
-
 
89
 
87
#當前lib路徑
90
#當前lib路徑
88
$pwd=$output[0];
91
$pwd=$output[0];
89
 
92
 
90
#unix socket 的位置
93
#unix socket 的位置
91
$unixSocket=$pwd."/../../../var/qbpwcf/".basename(__FILE__).".sock";
94
$unixSocket=$pwd."/../../../var/qbpwcf/".basename(__FILE__).".sock";