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 03b5fd19c5 typo
git-svn-id: svn://svn.lighttpd.net/xcache/trunk@1432 c26eb9a1-5813-0410-bd6c-c2e55f420ca7
2013-10-22 16:11:41 +00:00
bin phpdop: show jumpouts/jmpins 2013-07-22 06:06:39 +00:00
devel remove asm from processor, it just cant be implemented in processor 2013-09-29 02:51:38 +00:00
htdocs admin: make mkpassword.php easier for noob 2013-09-17 16:28:40 +00:00
lib Decompiler: fixes #318 (support for const in static array index/value) 2013-09-16 15:48:48 +00:00
mod_assembler fix warning 2013-10-16 02:21:48 +00:00
mod_cacher fixes #323: refix locking impl for threaded env 2013-09-09 16:16:05 +00:00
mod_coverager add back PHP_4 code for disassembler 2013-07-15 17:37:57 +00:00
mod_decoder refactor: kill unused label 2012-08-01 17:59:34 +00:00
mod_disassembler Decompiler: fixes #318 (support for const in static array index/value) 2013-09-16 15:48:48 +00:00
mod_encoder refactor: kill unused label 2012-08-01 17:59:34 +00:00
mod_optimizer fix warning 2013-10-16 02:21:48 +00:00
processor remove asm from processor, it just cant be implemented in processor 2013-09-29 02:51:38 +00:00
tests adds tests for shallow copy 2013-09-22 16:04:13 +00:00
util fix xtest 2013-09-23 07:23:19 +00:00
xcache calc avail for test 2013-09-23 09:51:43 +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 copyright year 2013-06-10 04:26:08 +00:00
ChangeLog update release date 2013-10-10 07:44:30 +00:00
INSTALL initial import to online 2006-05-09 10:58:38 +00:00
Makefile.frag avoid dup test with ./run retest 2013-06-25 04:53:05 +00:00
Makefile.frag.deps fixes #323: refix locking impl for threaded env 2013-09-09 16:16:05 +00:00
NEWS update release date 2013-10-14 01:40:39 +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:14 +00:00
config.w32 fixed #330: fix win32 build with no indent.exe nor cat.exe 2013-10-10 07:34:51 +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 hack report_memleaks=1 for devel testing 2013-09-26 07:35:15 +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 typo 2013-10-22 16:11:41 +00:00
xcache.h starts 3.1.1 development 2013-10-16 02:19:10 +00:00
xcache.ini admin: make mkpassword.php easier for noob 2013-09-17 16:28:40 +00:00
xcache_globals.h possible fix for #324 2013-09-22 15:04:51 +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