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/
Ir para arquivo
Xuefer 6f52434277 Decompiler: separate/rewrite output code 2015-07-18 01:36:20 +08:00
bin Decompiler: adds eol for help 2015-07-17 21:53:05 +08:00
devel Decompiler: separate/rewrite output code 2015-07-18 01:36:20 +08:00
htdocs admin: make mkpassword.php easier for noob 2013-09-17 16:28:40 +00:00
lib Decompiler: separate/rewrite output code 2015-07-18 01:36:20 +08:00
mod_assembler fix warning 2013-10-16 02:21:48 +00:00
mod_cacher cacher: fix #354 build error for debug mode (thanks to drakmor) 2015-02-07 06:17:33 +00:00
mod_coverager merge stack/vector to 1 impl, avoid possible memory leak using malloc 2014-11-08 07:38:45 +00:00
mod_decoder refactor: kill unused label 2012-08-01 17:59:34 +00:00
mod_disassembler invalid read of 2 bytes in hashtable 2014-05-30 14:51:13 +00:00
mod_encoder refactor: kill unused label 2012-08-01 17:59:34 +00:00
mod_optimizer fix build for older PHP 2014-11-10 11:07:01 +00:00
processor disassemble: fix processor for double, yet the code is not used for dasm for now 2015-07-03 13:02:03 +08:00
tests fix some xcache_get leak by refcount 2014-11-12 18:55:52 +00:00
util use vector for objects/object_handles 2014-11-11 17:10:13 +00:00
xcache disassemble: fix QM_ASSIGN_VAR info 2015-07-03 13:02:03 +08:00
.gitignore adds gitignore file 2015-06-04 13:51:30 +08:00
.vimrc updated .vimrc 2007-05-15 06:23:34 +00:00
AUTHORS use BSD license 2006-05-28 13:06:54 +00:00
COPYING update copy right 2014-09-04 04:28:47 +00:00
ChangeLog support for reference value 2014-11-12 07:03:46 +00:00
INSTALL initial import to online 2006-05-09 10:58:38 +00:00
Makefile.frag devel: remove svn helper 2015-06-05 13:49:21 +08:00
Makefile.frag.deps update deps 2014-11-12 18:51:05 +00:00
NEWS closes #342: object caching 2014-11-10 06:08:07 +00:00
README refactor: fix build for optimizer, use mod_* directories 2012-07-19 06:51:33 +00:00
THANKS fix email for judas_iscariote 2006-09-12 06:36:50 +00:00
config.m4 separate plain c code to .h files 2014-11-09 06:49:44 +00:00
config.w32 separate plain c code to .h files 2014-11-09 06:49:44 +00:00
gen_structinfo.awk move files to subdirs 2012-07-17 08:35:45 +00:00
includes.c refactor: move more cache stuffs to mod_cacher 2012-07-26 03:47:52 +00:00
run-xcachetest fix tests for older php 2014-11-12 18:49:04 +00:00
xcache-test.ini report_memleaks=0 was not working as expected 2013-09-26 07:24:46 +00:00
xcache-zh-gb2312.ini adds xcache.coredump_type, updated ini example 2012-12-06 08:48:01 +00:00
xcache.c kill some warnings 2014-11-11 14:21:40 +00:00
xcache.h update copy right 2014-09-04 04:28:47 +00:00
xcache.ini admin: make mkpassword.php easier for noob 2013-09-17 16:28:40 +00:00
xcache_globals.h merge stack/vector to 1 impl, avoid possible memory leak using malloc 2014-11-08 07:38:45 +00:00

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