Changes between Version 6 and Version 7 of PhpIni
- Timestamp:
- 2006-08-06T06:30:56Z (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
PhpIni
v6 v7 28 28 If you don't know what the directory is, check [http://www.php.net/phpinfo phpinfo]() 29 29 30 = = INI for XCache ==30 = INI settings for XCache = 31 31 It's time to explain xcache.ini itself, finally, no matter if you do or don't have all the basic aboves in mind. 32 32 33 == = Loading XCache module ===33 == Loading XCache module == 34 34 {{{ 35 35 ;; install as zend extension (recommended), normally "$extension_dir/xcache.so" … … 46 46 }}} 47 47 48 == = XCache Administration ===48 == XCache Administration == 49 49 ||'''Name'''||'''Default'''||'''Changeable''' 50 50 ||xcache.admin.user||"mOo"||PHP_INI_SYSTEM … … 63 63 Make sure it's writable by php (without checking open_basedir). 64 64 65 == = XCache Cacher ===65 == XCache Cacher == 66 66 ||'''Name'''||'''Default'''||'''Changeable''' 67 67 ||xcache.cacher||On||PHP_INI_SYSTEM … … 94 94 Use something like "/tmp/xcache" if you want to turn on ReadonlyProtection, 2 group of php won't share the same /tmp/xcache. 95 95 96 == = XCache Optimizer ===96 == XCache Optimizer == 97 97 ||'''Name'''||'''Default'''||'''Changeable''' 98 98 ||xcache.optimizer||Off||PHP_ALL 99 99 100 == = XCache Coverager ===100 == XCache Coverager == 101 101 ||'''Name'''||'''Default'''||'''Changeable''' 102 102 ||xcache.coveragedump_directory||"/tmp/pcov/"||PHP_INI_SYSTEM