2
0
فهرست منبع

Added the TESTS_ZEND_CACHE_WINCACHE_ENABLED

git-svn-id: http://framework.zend.com/svn/framework/standard/trunk@23763 44c647ce-9c0f-0410-b52a-842ac1e357ba
ezimuel 15 سال پیش
والد
کامیت
0ed8b448f9
1فایلهای تغییر یافته به همراه2 افزوده شده و 0 حذف شده
  1. 2 0
      tests/TestConfiguration.php.dist

+ 2 - 0
tests/TestConfiguration.php.dist

@@ -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);