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 6acd2447dd kill warning
git-svn-id: svn://svn.lighttpd.net/xcache/trunk@501 c26eb9a1-5813-0410-bd6c-c2e55f420ca7
2008-01-04 17:11:30 +00:00
admin update XCache url 2007-07-27 02:03:34 +00:00
coverager fix lastattr 2007-07-29 04:44:55 +00:00
graph restruct cached compile, add md5 table to recognize and merge file with same content 2006-12-09 16:27:03 +00:00
processor don't catch compiler error, just warnings 2008-01-04 14:42:36 +00:00
.cvsignore added autom4te.cache to ignore list 2007-02-04 13:47:07 +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 bump years 2007-07-01 08:54:53 +00:00
ChangeLog don't catch compiler error, just warnings 2008-01-04 14:42:36 +00:00
Decompiler.class.php initial import to online 2006-05-09 10:58:38 +00:00
INSTALL initial import to online 2006-05-09 10:58:38 +00:00
Makefile.frag updated dependency for xcache.lo 2008-01-04 14:15:18 +00:00
NEWS merged [449] from turnk: fix compiling state after compiling non cachable files, thanks PatrickDK 2007-07-12 03:11:06 +00:00
README update XCache url 2007-07-27 02:03:34 +00:00
THANKS fix email for judas_iscariote 2006-09-12 06:36:50 +00:00
align.h fix for fbsd 2006-05-27 10:37:10 +00:00
assembler.c initial import to online 2006-05-09 10:58:38 +00:00
config.m4 scheme=malloc was broken in [470] 2007-09-17 10:45:07 +00:00
config.w32 scheme=malloc was broken in [470] 2007-09-17 10:45:07 +00:00
const_string.c PHP_5_3: support for new zvalue_value.type 2007-12-29 03:44:16 +00:00
const_string.h get* proto changes 2006-05-25 02:38:27 +00:00
const_string_opcodes_php4.x.h initial import to online 2006-05-09 10:58:38 +00:00
const_string_opcodes_php5.0.h brings 5.0.x support back 2006-05-31 01:22:18 +00:00
const_string_opcodes_php5.1.h initial import to online 2006-05-09 10:58:38 +00:00
const_string_opcodes_php5.3.h 5.3 support 2007-12-28 10:16:12 +00:00
const_string_opcodes_php6.x.h update new opcode form php6 2007-05-27 13:07:48 +00:00
coverager.c 5.3 support 2007-12-28 10:16:12 +00:00
coverager.h coverager: new api xcache_coverager_start/xcache_coverager_stop/xcache_coverager_get(), coverager ini changed 2006-10-01 08:57:51 +00:00
decoder.c initial import to online 2006-05-09 10:58:38 +00:00
disassembler.c disassembler: wrong parameter calling destroy_op_array which makes building on php4 zts fails 2006-11-28 17:05:55 +00:00
disassembler.h initial import to online 2006-05-09 10:58:38 +00:00
encoder.c initial import to online 2006-05-09 10:58:38 +00:00
foreachcoresig.h proc all signal that may generate a core 2006-06-08 07:16:19 +00:00
includes.c initial import to online 2006-05-09 10:58:38 +00:00
lock.c fix possible alloca() scope problem in lock 2006-11-20 15:15:17 +00:00
lock.h initial import to online 2006-05-09 10:58:38 +00:00
mem.c fixed #96, wrong format string for sprintf 2007-05-23 01:00:26 +00:00
mem.h merged [380] from 1.2: make life easier for debugging 2007-05-10 01:26:12 +00:00
mkopcode.awk bc with old bsd for devel 2006-05-31 01:20:18 +00:00
mkopcode_spec.awk bc with old bsd for devel 2006-05-31 01:20:18 +00:00
mkstructinfo.awk handle one line struct {}, multiline comments, whitespaces when parsing header for structs 2006-09-19 00:37:06 +00:00
mmap.c merged [380] from 1.2: make life easier for debugging 2007-05-10 01:26:12 +00:00
opcode_spec.c get* proto changes 2006-05-25 02:38:27 +00:00
opcode_spec.h iso compatibility? 2006-12-17 03:19:16 +00:00
opcode_spec_def.h got permission from the author that we can use it in XCache. thanks to Dmitry and Bart 2007-05-27 13:12:27 +00:00
optimizer.c 5.3 support 2007-12-28 10:16:12 +00:00
optimizer.h opcodes data is copied but not the op_array. use op_array_handler instead 2007-08-19 14:15:51 +00:00
phpdc.phpr bc with old bsd for devel 2006-05-31 01:20:18 +00:00
phpdop.phpr php dump op: check cli argument 2007-02-04 06:18:39 +00:00
prepare.devel 5.3 support 2007-12-28 10:16:12 +00:00
prepare.devel.inc.example 5.3 support 2007-12-28 10:16:12 +00:00
processor.c initial import to online 2006-05-09 10:58:38 +00:00
run-xcachetest fix auto detection of php-cli/php-cgi for test 2006-10-30 02:56:01 +00:00
stack.c stack interface changes 2006-12-09 03:42:09 +00:00
stack.h stack interface changes 2006-12-09 03:42:09 +00:00
test.mak leakcheck 2006-06-08 07:16:38 +00:00
utils.c don't catch compiler error, just warnings 2008-01-04 14:42:36 +00:00
utils.h fixed #157: support user error handler for E_STRICT. E_STRICT is now cached 2008-01-04 11:38:57 +00:00
xc_malloc.c scheme=malloc was broken in [470] 2007-09-17 10:45:07 +00:00
xc_shm.c scheme=malloc was broken in [470] 2007-09-17 10:45:07 +00:00
xc_shm.h merged [380] from 1.2: make life easier for debugging 2007-05-10 01:26:12 +00:00
xcache-test.ini oops 2008-01-04 11:40:13 +00:00
xcache-zh-gb2312.ini full compatible with auto_globals_jit, no need to disable it from now on 2006-10-29 02:05:01 +00:00
xcache.c kill warning 2008-01-04 17:11:30 +00:00
xcache.h don't catch compiler error, just warnings 2008-01-04 14:42:36 +00:00
xcache.ini added xcache.experimental for use to turn on experimental features 2007-05-27 14:04:56 +00:00
xcache_globals.h PHP_5_3: deep copy arg_info which is modified by executor 2008-01-04 14:05:12 +00:00

README

Please check http://xcache.lighttpd.net/ and http://forum.lighttpd.net/forum/4/ for help