mirror of
https://gitee.com/fastadminnet/framework.git
synced 2026-07-01 12:42:48 +08:00
清理多余文件
This commit is contained in:
@@ -1,3 +0,0 @@
|
||||
extension=apcu.so
|
||||
|
||||
apc.enable_cli=1
|
||||
@@ -1,4 +0,0 @@
|
||||
extension=apcu.so
|
||||
extension=apc.so
|
||||
|
||||
apc.enable_cli=1
|
||||
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
@@ -3,12 +3,6 @@
|
||||
if [ $(phpenv version-name) != "hhvm" ]; then
|
||||
cp tests/extensions/$(phpenv version-name)/*.so $(php-config --extension-dir)
|
||||
|
||||
if [ $(phpenv version-name) = "7.0" ]; then
|
||||
phpenv config-add tests/conf/apcu_bc.ini
|
||||
else
|
||||
phpenv config-add tests/conf/apcu.ini
|
||||
fi
|
||||
|
||||
phpenv config-add tests/conf/memcached.ini
|
||||
phpenv config-add tests/conf/redis.ini
|
||||
|
||||
|
||||
Reference in New Issue
Block a user