XpressEngine Core  1.11.2
 All Classes Namespaces Files Functions Variables Pages
Functions | Variables
config.inc.php File Reference

Go to the source code of this file.

Functions

if(__DEBUG__) if(__DEBUG__) __xe_autoload ($class_name)
 

Variables

if(version_compare(PHP_VERSION, '5.4.0', '<')) else
 
const __ZBXE__ (!defined('__XE__')) __XE__
 
const __XE_VERSION__ '1.11.2'
 
const __XE_VERSION_ALPHA__ (stripos(__XE_VERSION__, 'alpha') !== false)
 
const __XE_VERSION_BETA__ (stripos(__XE_VERSION__, 'beta') !== false)
 
const __XE_VERSION_RC__ (stripos(__XE_VERSION__, 'rc') !== false)
 
const __XE_VERSION_STABLE__ (!__XE_VERSION_ALPHA__ && !__XE_VERSION_BETA__ && !__XE_VERSION_RC__)
 
const __XE_MIN_PHP_VERSION__ '5.3.0'
 
const __XE_RECOMMEND_PHP_VERSION__ '5.6.4'
 
const __ZBXE_VERSION__ __XE_VERSION__
 
const _XE_PATH_ str_replace('config/config.inc.php', '', str_replace('\\', '/', __FILE__))
 
const _XE_LOCATION_ 'en'
 
const _XE_LOCATION_SITE_ 'http://www.xpressengine.com/'
 
const _XE_DOWNLOAD_SERVER_ 'http://download.xpressengine.com/'
 
if(file_exists(_XE_PATH_.
'config/config.user.inc.php'))
if(!defined('__DEBUG__')) if(!defined('__DEBUG_OUTPUT__'))
if(!defined('__DEBUG_PROTECT__'))
if(!defined('__DEBUG_PROTECT_IP__'))
if(!defined('__DEBUG_DB_OUTPUT__'))
if(!defined('__LOG_SLOW_QUERY__'))
if(!defined('__LOG_SLOW_TRIGGER__'))
if(!defined('__LOG_SLOW_ADDON__'))
if(!defined('__LOG_SLOW_WIDGET__'))
if(!defined('__DEBUG_QUERY__'))
if(!defined('__OB_GZHANDLER_ENABLE__'))
if(!defined('__ENABLE_PHPUNIT_TEST__'))
if(!defined('__PROXY_SERVER__'))
if(!defined('__ERROR_LOG__'))
if(!defined('__DISABLE_DEFAULT_CSS__'))
if(!defined('__AUTO_OPCACHE_INVALIDATE__'))
if((__DEBUG_OUTPUT__==2)&&version_compare(PHP_VERSION,
'6.0.0')===-1) if(version_compare(PHP_VERSION, '5.3.0') >=0) 
$GLOBALS ['__xe_autoload_file_map']
 
 $cache_path = _XE_PATH_ . 'files/cache/store/' . __XE_VERSION__
 
 if (__AUTO_OPCACHE_INVALIDATE__===1 &&!is_dir($cache_path)&&function_exists('opcache_get_status')&&function_exists('opcache_invalidate'))
 

Detailed Description

set the include of the class file and other environment configurations

Author
NAVER (devel.nosp@m.oper.nosp@m.s@xpr.nosp@m.esse.nosp@m.ngine.nosp@m..com)

Definition in file config.inc.php.

Function Documentation

if (__DEBUG__) if (__DEBUG__) __xe_autoload (   $class_name)

Definition at line 453 of file config.inc.php.

Variable Documentation

$cache_path = _XE_PATH_ . 'files/cache/store/' . __XE_VERSION__

Invalidates a cached script of OPcache when version is changed.

See Also
https://github.com/xpressengine/xe-core/issues/2189

Definition at line 425 of file config.inc.php.

if (file_exists(_XE_PATH_. 'config/config.user.inc.php')) if (!defined('__DEBUG__')) if (!defined('__DEBUG_OUTPUT__')) if (!defined('__DEBUG_PROTECT__')) if (!defined('__DEBUG_PROTECT_IP__')) if (!defined('__DEBUG_DB_OUTPUT__')) if (!defined('__LOG_SLOW_QUERY__')) if (!defined('__LOG_SLOW_TRIGGER__')) if (!defined('__LOG_SLOW_ADDON__')) if (!defined('__LOG_SLOW_WIDGET__')) if (!defined('__DEBUG_QUERY__')) if (!defined('__OB_GZHANDLER_ENABLE__')) if (!defined('__ENABLE_PHPUNIT_TEST__')) if (!defined('__PROXY_SERVER__')) if (!defined('__ERROR_LOG__')) if (!defined('__DISABLE_DEFAULT_CSS__')) if (!defined('__AUTO_OPCACHE_INVALIDATE__')) if ((__DEBUG_OUTPUT__==2)&&version_compare(PHP_VERSION, '6.0.0')===-1) if (version_compare(PHP_VERSION, '5.3.0') >=0) $GLOBALS['__xe_autoload_file_map']

Definition at line 324 of file config.inc.php.

const __XE_MIN_PHP_VERSION__ '5.3.0'

Definition at line 38 of file config.inc.php.

const __XE_RECOMMEND_PHP_VERSION__ '5.6.4'

Definition at line 39 of file config.inc.php.

const __XE_VERSION__ '1.11.2'

Display XE's full version.

Definition at line 32 of file config.inc.php.

const __XE_VERSION_ALPHA__ (stripos(__XE_VERSION__, 'alpha') !== false)

Definition at line 33 of file config.inc.php.

const __XE_VERSION_BETA__ (stripos(__XE_VERSION__, 'beta') !== false)

Definition at line 34 of file config.inc.php.

const __XE_VERSION_RC__ (stripos(__XE_VERSION__, 'rc') !== false)

Definition at line 35 of file config.inc.php.

const __XE_VERSION_STABLE__ (!__XE_VERSION_ALPHA__ && !__XE_VERSION_BETA__ && !__XE_VERSION_RC__)

Definition at line 36 of file config.inc.php.

const __ZBXE__(!defined('__XE__')) __XE__
Deprecated:
ZBXE will be removed. Use XE instead.

Definition at line 27 of file config.inc.php.

const __ZBXE_VERSION__ __XE_VERSION__
Deprecated:
ZBXE_VERSION will be removed. Use XE_VERSION instead.

Definition at line 44 of file config.inc.php.

const _XE_DOWNLOAD_SERVER_ 'http://download.xpressengine.com/'

Download server

Definition at line 79 of file config.inc.php.

const _XE_LOCATION_ 'en'

Location

Definition at line 69 of file config.inc.php.

const _XE_LOCATION_SITE_ 'http://www.xpressengine.com/'

Location site

Definition at line 74 of file config.inc.php.

const _XE_PATH_ str_replace('config/config.inc.php', '', str_replace('\\', '/', __FILE__))

The base path to where you installed zbXE Wanted

Definition at line 49 of file config.inc.php.

if (file_exists(_XE_PATH_. 'config/package.inc.php')) else
Initial value:
{
@error_reporting(E_ALL ^ E_NOTICE ^ E_DEPRECATED ^ E_WARNING ^ E_STRICT)

Definition at line 15 of file config.inc.php.

if(__AUTO_OPCACHE_INVALIDATE__===1 &&!is_dir($cache_path)&&function_exists('opcache_get_status')&&function_exists('opcache_invalidate'))

Definition at line 426 of file config.inc.php.