| | 2 | Since 3.0, a lot has changed. Migration needed to upgrade to 3.0. |
| | 3 | |
| | 4 | Read this page only if you have existing tweaked XCache installation. It might be easier if you remove and start a fresh install completely instead of migrating. |
| | 5 | |
| | 6 | == Upgrading XCache Extension == |
| | 7 | Nothing new here. Just install as it used to be. phpize, ./configure, make, sudo make install |
| | 8 | |
| | 9 | == Upgrading INI == |
| | 10 | === Required step === |
| | 11 | 1. read xcache.ini from xcache package, check it against your existing |
| | 12 | 1. '''remove zend_extension=/path/to/xcache.so''' |
| | 13 | 1. '''adds extension=xcache.so''' |
| | 14 | |
| | 15 | === Optional new settings tweak === |
| | 16 | 1. set xcache.var_namespace_mode=1, xcache.var_namespace="HTTP_HOST" |
| | 17 | 1. set xcache.disable_on_crash=On |
| | 18 | |
| | 19 | WARNING: leaving "xcache.admin.enable_auth = On" is strongly recommended. if you need to by pass the auth protection, use config.php (see config.example.php) |
| | 20 | |