|
Revision 1053, 0.6 KB
(checked in by moo, 10 months ago)
|
|
refactor: move htdocs, bin, lib for easier installation
|
-
Property svn:eol-style set to
native
|
| 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 | |
|---|
| [1053] | 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'] = ''; |
|---|
| [124] | 19 | |
|---|