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 ceb8518110 update copyright year
git-svn-id: svn://svn.lighttpd.net/xcache/trunk@1166 c26eb9a1-5813-0410-bd6c-c2e55f420ca7
2012-11-08 03:00:18 +00:00
bin refactor: move htdocs, bin, lib for easier installation 2012-07-27 03:02:58 +00:00
devel fixed #290: workaround phpize vs fbsd make bug again 2012-10-31 14:37:01 +00:00
htdocs updated notes and translations 2012-09-01 16:53:44 +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 s/my_/xc_/g 2012-10-10 12:15:34 +00:00
mod_coverager s/my_/xc_/g 2012-10-10 12:15:34 +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 s/my_/xc_/g 2012-10-10 12:15:34 +00:00
processor refactor: s/mem/allocator/ 2012-08-09 09:04:02 +00:00
tests avoid being deleted by phpize clean 2012-07-19 04:09:20 +00:00
util refactor: fix c89 compatibility 2012-07-25 09:03:22 +00:00
xcache avoid using rand() without seed. use getpid 2012-10-18 07:49:35 +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 2012-11-08 03:00:18 +00:00
ChangeLog adds note about ini setting for namespace 2012-11-07 07:12:47 +00:00
INSTALL initial import to online 2006-05-09 10:58:38 +00:00
Makefile.frag fix dependency for includes.i 2012-07-20 06:16:51 +00:00
Makefile.frag.deps fixed #290: workaround phpize vs fbsd make bug again 2012-10-31 14:37:01 +00:00
NEWS compatible with "the ionCube PHP Loader" 2012-11-06 02:41:16 +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 refactor: s/mem/allocator/ 2012-08-09 09:04:02 +00:00
config.w32 refactor: s/mem/allocator/ 2012-08-09 09:04:02 +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 recover removed by mistake 2012-03-29 03:24:40 +00:00
xcache-test.ini refactor: split extension init to sub module. TODO: compatibility regression 2012-07-22 06:26:35 +00:00
xcache-zh-gb2312.ini fixed #39: ini_set never work for xcache.coverager setting 2012-08-02 06:27:41 +00:00
xcache.c fix leak, fix build in previous change 2012-11-06 06:12:35 +00:00
xcache.h updated news, bump version 2012-10-31 14:38:01 +00:00
xcache.ini updated ini example for var_namespace 2012-08-23 08:29:43 +00:00
xcache_globals.h closes #287: namespace support 2012-08-23 08:27:54 +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