Skip to content
This repository was archived by the owner on Nov 25, 2020. It is now read-only.

Commit ce968e8

Browse files
committed
Change Zend Opcache detection
1 parent 52619a1 commit ce968e8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/src/core/src/pydio/Tests/PHP_APC.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ public function doTest()
4646
} else if (!isSet($v)) {
4747
$v = false;
4848
}
49-
if(!$v && !@extension_loaded("opcache")){
49+
if(!$v && !@extension_loaded("Zend OPcache")){
5050
$this->failedInfo = "Pydio framework loads a lot of PHP files at each query, and using a PHP accelerator is greatly recommanded.";
5151
return FALSE;
5252
}

0 commit comments

Comments
 (0)