1
0
Fork 0
XCache is a fast, stable PHP opcode cacher that has been proven and is now running on production servers under high load. https://xcache.lighttpd.net/
You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
Go to file
Xuefer 6f52434277 Decompiler: separate/rewrite output code 8 years ago
bin Decompiler: adds eol for help 8 years ago
devel Decompiler: separate/rewrite output code 8 years ago
htdocs admin: make mkpassword.php easier for noob 10 years ago
lib Decompiler: separate/rewrite output code 8 years ago
mod_assembler fix warning 10 years ago
mod_cacher cacher: fix #354 build error for debug mode (thanks to drakmor) 8 years ago
mod_coverager merge stack/vector to 1 impl, avoid possible memory leak using malloc 9 years ago
mod_decoder refactor: kill unused label 11 years ago
mod_disassembler invalid read of 2 bytes in hashtable 9 years ago
mod_encoder refactor: kill unused label 11 years ago
mod_optimizer fix build for older PHP 9 years ago
processor disassemble: fix processor for double, yet the code is not used for dasm for now 8 years ago
tests fix some xcache_get leak by refcount 9 years ago
util use vector for objects/object_handles 9 years ago
xcache disassemble: fix QM_ASSIGN_VAR info 8 years ago
.gitignore adds gitignore file 8 years ago
.vimrc updated .vimrc 16 years ago
AUTHORS use BSD license 17 years ago
COPYING update copy right 9 years ago
ChangeLog support for reference value 9 years ago
INSTALL initial import to online 17 years ago
Makefile.frag devel: remove svn helper 8 years ago
Makefile.frag.deps update deps 9 years ago
NEWS closes #342: object caching 9 years ago
README refactor: fix build for optimizer, use mod_* directories 11 years ago
THANKS fix email for judas_iscariote 17 years ago
config.m4 separate plain c code to .h files 9 years ago
config.w32 separate plain c code to .h files 9 years ago
gen_structinfo.awk move files to subdirs 11 years ago
includes.c refactor: move more cache stuffs to mod_cacher 11 years ago
run-xcachetest fix tests for older php 9 years ago
xcache-test.ini report_memleaks=0 was not working as expected 10 years ago
xcache-zh-gb2312.ini adds xcache.coredump_type, updated ini example 11 years ago
xcache.c kill some warnings 9 years ago
xcache.h update copy right 9 years ago
xcache.ini admin: make mkpassword.php easier for noob 10 years ago
xcache_globals.h merge stack/vector to 1 impl, avoid possible memory leak using malloc 9 years ago

README

XCache is a fast, stable PHP opcode cacher that has been tested and is now running on production servers under high load.
It is tested (on linux) and supported on all of the latest version of PHP popular release branches.
ThreadSafe/Windows is also perfectly supported.

Please check http://xcache.lighttpd.net/ and https://groups.google.com/group/xcache for help