|
|
@@ -58,6 +58,7 @@ define('TESTS_ZEND_AUTH_ADAPTER_LDAP_ONLINE_ENABLED', false);
|
|
|
*
|
|
|
* TESTS_ZEND_CACHE_SQLITE_ENABLED => sqlite extension has to be enabled
|
|
|
* TESTS_ZEND_CACHE_APC_ENABLED => apc extension has to be enabled
|
|
|
+ * TESTS_ZEND_CACHE_WINCACHE_ENABLED => wincache extension has to be enabled
|
|
|
* TESTS_ZEND_CACHE_MEMCACHED_ENABLED => memcache extension has to be enabled and
|
|
|
* a memcached server has to be available
|
|
|
* TESTS_ZEND_CACHE_LIBMEMCACHED_ENABLED => memcached extension has to be enabled and
|
|
|
@@ -66,6 +67,7 @@ define('TESTS_ZEND_AUTH_ADAPTER_LDAP_ONLINE_ENABLED', false);
|
|
|
*/
|
|
|
define('TESTS_ZEND_CACHE_SQLITE_ENABLED', false);
|
|
|
define('TESTS_ZEND_CACHE_APC_ENABLED', false);
|
|
|
+define('TESTS_ZEND_CACHE_WINCACHE_ENABLED', false);
|
|
|
define('TESTS_ZEND_CACHE_XCACHE_ENABLED', false);
|
|
|
define('TESTS_ZEND_CACHE_XCACHE_USER', null);
|
|
|
define('TESTS_ZEND_CACHE_XCACHE_PASSWORD', null);
|