| Version 6 (modified by moo, 6 years ago) (diff) |
|---|
TracNav
Install From Source
- Introduction: Introduction to XCache
- FeatureList: Feature list
- Faq: Frequently asked questions
Install From Binary...
- INI Settings: XCache ini settings reference
- API: XCache API reference
- Testing: How XCache is being tested
- How to Report A Bug: How to report the bug in a helpful way
Installing XCache From Source
Quick Guide
This is an quick guide
~/src $ wget http://... (the release url) ~/src $ tar -zxf xcache-*.tar.gz ~/src $ cd xcache ~/src/xcache $ phpize ~/src/xcache $ ./configure --enable-xcache ~/src/xcache $ make ~/src/xcache $ su ~/src/xcache # make install ~/src/xcache # cat xcache.ini >> /etc/php.ini ~/src/xcache # $EDITOR /etc/php.ini
read the following "How To" if you have problems with the above.
Long Walkthrough (How To)
Install with os redist/port:
- XcacheRedist: A list of os that redistribute XCache
Manual step by step instructions:
- GettingSource: Get XCache source files
- BuildingFromSource: Build XCache from source files
- InstallingAsPhpExtension: Install as PHP extension. make sure it works
- InstallAdministration: Install XCache Administration page so u can see if it's really in use

