|
Last change
on this file since 1053 was
1053,
checked in by moo, 10 months ago
|
|
refactor: move htdocs, bin, lib for easier installation
|
-
Property svn:eol-style set to
native
|
|
File size:
653 bytes
|
| Line | |
|---|
| 1 | <?php |
|---|
| 2 | |
|---|
| 3 | // DO NOT rename/delete/modify example file which will be overwritten when upgrade |
|---|
| 4 | // How To Custom Config: |
|---|
| 5 | // 1. copy config.example.php config.php; edit config.php |
|---|
| 6 | // 2. upgrading your config.php when config.example.php were upgraded |
|---|
| 7 | // XCache will load |
|---|
| 8 | // 1. ../config.default.php |
|---|
| 9 | // 2. ./config.default.php |
|---|
| 10 | // 3. ../config.php |
|---|
| 11 | // 4. ./config.php |
|---|
| 12 | |
|---|
| 13 | // $config['include_paths = array("/www/my-php-project/"); |
|---|
| 14 | // $config['exclude_paths = array("/www/my-php-project/tmp/"); |
|---|
| 15 | $config['syntax_higlight'] = true; |
|---|
| 16 | $config['use_cache'] = false; |
|---|
| 17 | //// $config['datadir'] is default to ini_get("xcache.coveragedump_directory") |
|---|
| 18 | // $config['datadir'] = ''; |
|---|
| 19 | |
|---|
Note: See
TracBrowser
for help on using the repository browser.