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 2575870deb disassembler: fix UNSET_VAR for PHP 5.4+
git-svn-id: svn://svn.lighttpd.net/xcache/trunk@1295 c26eb9a1-5813-0410-bd6c-c2e55f420ca7
2013-07-12 03:13:34 +00:00
bin phpdc: exit on decompile error 2013-07-10 07:13:14 +00:00
devel MAKEOPTS for all $MAKE 2013-07-12 02:21:31 +00:00
htdocs fixes #303: tablesort.js not found in Diagnosis and Coverager 2013-04-22 09:28:39 +00:00
lib Decompiler: adds unset, XC_QM_ASSIGN_VAR 2013-07-11 07:25:11 +00:00
mod_assembler refactor: fix build for optimizer, use mod_* directories 2012-07-19 06:51:33 +00:00
mod_cacher remove php 4 support completely 2013-07-08 08:00:36 +00:00
mod_coverager remove php 4 support completely 2013-07-08 08:00:36 +00:00
mod_decoder refactor: kill unused label 2012-08-01 17:59:34 +00:00
mod_disassembler disassembler: fix UNSET_VAR for PHP 5.4+ 2013-07-12 03:13:34 +00:00
mod_encoder refactor: kill unused label 2012-08-01 17:59:34 +00:00
mod_optimizer kill sign warning 2013-07-10 07:38:10 +00:00
processor disassembler: fix nullable array handling 2013-07-10 08:32:58 +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 disassembler: fix UNSET_VAR for PHP 5.4+ 2013-07-12 03:13:34 +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 Decompiler: improves support for PHP_5_4 2013-07-10 09:32:49 +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 add dependency for test/dprint/debug 2013-07-10 04:49:20 +00:00
NEWS remove php 4 support completely 2013-07-08 08:00:36 +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 fix test running for 5.3+ 2013-06-25 04:14:29 +00:00
xcache-zh-gb2312.ini adds xcache.coredump_type, updated ini example 2012-12-06 08:48:01 +00:00
xcache.c PHP_5_5: optimizer: support for finally 2013-07-10 06:59:45 +00:00
xcache.h updates copyright year 2013-01-11 02:44:07 +00:00
xcache.ini adds xcache.coredump_type, updated ini example 2012-12-06 08:48:01 +00:00
xcache_globals.h compatiblity with fcntl 2013-03-25 08:11:46 +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