|
@@ -43,8 +43,9 @@ class GmService
|
|
|
// 初始化加密扩展
|
|
// 初始化加密扩展
|
|
|
// echo "--------php_crypto_init 初始化开始--------\n";
|
|
// echo "--------php_crypto_init 初始化开始--------\n";
|
|
|
$path = "/www/server/php/73/libcryptAPIsm_lnx64.so";
|
|
$path = "/www/server/php/73/libcryptAPIsm_lnx64.so";
|
|
|
- if(file_exists($path))
|
|
|
|
|
- halt(121213);
|
|
|
|
|
|
|
+ if (file_exists($path))
|
|
|
|
|
+ dump(121213);
|
|
|
|
|
+ exit;
|
|
|
php_crypto_init($path);
|
|
php_crypto_init($path);
|
|
|
// echo "--------php_crypto_init 初始化结束-------\n";
|
|
// echo "--------php_crypto_init 初始化结束-------\n";
|
|
|
}
|
|
}
|