|
Last change
on this file since 1116 was
1116,
checked in by moo, 11 months ago
|
|
fix example
|
-
Property svn:eol-style set to
native
|
|
File size:
657 bytes
|
| Rev | Line | |
|---|
| [33] | 1 | <?php |
|---|
| 2 | |
|---|
| [1053] | 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 |
|---|
| [33] | 12 | |
|---|
| [1116] | 13 | // $config['include_paths'] = array("/www/my-php-project/"); |
|---|
| 14 | // $config['exclude_paths'] = array("/www/my-php-project/tmp/"); |
|---|
| [1053] | 15 | $config['syntax_higlight'] = true; |
|---|
| 16 | $config['use_cache'] = false; |
|---|
| 17 | //// $config['datadir'] is default to ini_get("xcache.coveragedump_directory") |
|---|
| 18 | // $config['datadir'] = ''; |
|---|
| [124] | 19 | |
|---|
Note: See
TracBrowser
for help on using the repository browser.