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/
Go to file
Xuefer 0b00899d21 merge from trunk, fixed #330: fix win32 build with no indent.exe nor cat.exe
git-svn-id: svn://svn.lighttpd.net/xcache/branches/3.0@1419 c26eb9a1-5813-0410-bd6c-c2e55f420ca7
2013-10-10 07:42:34 +00:00
bin refactor: move htdocs, bin, lib for easier installation 2012-07-27 03:02:58 +00:00
devel merge from trunk: remove asm from processor, it just cant be implemented in processor 2013-09-29 02:55:11 +00:00
htdocs fixes #303: tablesort.js not found in Diagnosis and Coverager 2013-04-22 09:29:42 +00:00
lib refactor: move htdocs, bin, lib for easier installation 2012-07-27 03:02:58 +00:00
mod_assembler refactor: fix build for optimizer, use mod_* directories 2012-07-19 06:51:33 +00:00
mod_cacher merge build fix from trunk 2013-09-21 03:48:47 +00:00
mod_coverager fix sign warning 2012-12-18 07:08:57 +00:00
mod_decoder refactor: kill unused label 2012-08-01 17:59:34 +00:00
mod_disassembler refactor: move htdocs, bin, lib for easier installation 2012-07-27 03:02:58 +00:00
mod_encoder refactor: kill unused label 2012-08-01 17:59:34 +00:00
mod_optimizer merge [1249] from trunk: remove unused code, avoid warning 2013-08-26 16:47:38 +00:00
processor merge from trunk: remove asm from processor, it just cant be implemented in processor 2013-09-29 02:55:11 +00:00
tests avoid being deleted by phpize clean 2012-07-19 04:09:20 +00:00
util align line number in trace 2012-11-13 12:33:36 +00:00
xcache cacher: merge [1366] from trunk; fixes #323: refix locking impl for threaded env 2013-09-09 16:27:40 +00: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 year, release date 2013-06-10 04:49:28 +00:00
ChangeLog merge from trunk, fixed #330: fix win32 build with no indent.exe nor cat.exe 2013-10-10 07:42:34 +00:00
INSTALL initial import to online 2006-05-09 10:58:38 +00:00
Makefile.frag merge devel stuffs from trunk 2013-09-25 03:09:48 +00:00
Makefile.frag.deps cacher: merge [1366] from trunk; fixes #323: refix locking impl for threaded env 2013-09-09 16:27:40 +00:00
NEWS fixes #315: fix out of source building 2013-09-26 17:51:50 +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 fixes #315: fix out of source building 2013-09-26 17:51:50 +00:00
config.w32 merge from trunk, fixed #330: fix win32 build with no indent.exe nor cat.exe 2013-10-10 07:42:34 +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 merge from trunk 2013-09-26 07:36:44 +00:00
xcache-test.ini merge from trunk 2013-09-26 07:27:44 +00:00
xcache-zh-gb2312.ini adds xcache.coredump_type, updated ini example 2012-12-06 08:48:01 +00:00
xcache.c merge dprint fix from trunk 2013-08-26 08:48:17 +00:00
xcache.h update version 2013-09-16 02:32:08 +00:00
xcache.ini adds xcache.coredump_type, updated ini example 2012-12-06 08:48:01 +00:00
xcache_globals.h merge r1381,r1388,r1394 from trunk: fixed #324: xcache.readonly_protection = Off cause SEGV under mass concurrent 2013-09-25 02:58:06 +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