mirror of
https://gitee.com/fastadminnet/framework.git
synced 2026-07-07 07:12:47 +08:00
去掉缓存驱动的length参数
This commit is contained in:
1
library/think/cache/driver/Apc.php
vendored
1
library/think/cache/driver/Apc.php
vendored
@@ -23,7 +23,6 @@ class Apc
|
||||
protected $options = [
|
||||
'expire' => 0,
|
||||
'prefix' => '',
|
||||
'length' => 0,
|
||||
];
|
||||
/*****************************
|
||||
需要支持apc_cli模式
|
||||
|
||||
Reference in New Issue
Block a user