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 ef18f7a024 closes #164: warning/error when xcache.so is loaded incorrectly
git-svn-id: svn://svn.lighttpd.net/xcache/trunk@972 c26eb9a1-5813-0410-bd6c-c2e55f420ca7
2012-07-14 02:58:47 +00:00
admin try not to "nicer" on middle of the path 2012-07-03 13:13:16 +00:00
coverager avoid losing last line 2008-02-20 04:34:03 +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 fixed #264, #284: __FILE__ __DIR__ handling for moved/hardlinked files (set "xcache.experimental = on" to eanble this fix) 2012-07-13 02:40:55 +00:00
tests handle opened_path in 1 place 2012-03-29 05:51:14 +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 year 2009-07-05 06:06:51 +00:00
ChangeLog updated release date 2012-07-14 01:30:55 +00:00
Decompiler.class.php simplify arg_types using null 2012-03-25 02:58:23 +00:00
INSTALL initial import to online 2006-05-09 10:58:38 +00:00
Makefile.frag var set/get/inc/dec tests 2012-03-28 13:01:47 +00:00
NEWS updated release date 2012-07-14 01:30:55 +00:00
README updated help url 2012-04-19 18:19:36 +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 format code line length up to 160 2012-03-25 07:00:45 +00:00
config.w32 fix quote for gnu win32 native tools 2011-02-08 04:43:48 +00:00
const_string.c adds info for PHP_5_4 2012-03-22 16:22:02 +00:00
const_string.h get* proto changes 2006-05-25 02:38:27 +00:00
const_string_opcodes_php4.x.h fix wrong count in head comment 2008-08-17 14:27:19 +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 fix wrong count in head comment 2008-08-17 14:27:19 +00:00
const_string_opcodes_php5.4.h adds info for PHP_5_4 2012-03-22 16:22:02 +00:00
const_string_opcodes_php6.x.h adds info for PHP_5_4 2012-03-22 16:22:02 +00:00
coverager.c fix warning 2012-03-31 12:38:21 +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
decompilesample.php Decompiler: clean up unused code, fix line spacing, simplify indent 2011-04-27 07:55:20 +00:00
disassembler.c finished sandbox rewrite 2012-06-28 10:17:58 +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 locking for win32 2012-06-26 09:03:38 +00:00
lock.h initial import to online 2006-05-09 10:58:38 +00:00
mem.c improved fixe for #224: 2G/4G limitation on 64bit arch 2009-08-26 03:00:52 +00:00
mem.h improved fixe for #224: 2G/4G limitation on 64bit arch 2009-08-26 03:00:52 +00:00
mkopcode.awk fix wrong count in head comment 2008-08-17 14:27:19 +00:00
mkopcode_spec.awk add id/name in comments for readability 2008-08-17 14:19:25 +00:00
mkstructinfo.awk fix #275: struct parser for one line struct definition 2012-04-06 03:54:58 +00:00
mmap.c fix invalidate CRT parameters 2012-06-24 06:34:35 +00:00
opcode_spec.c fix assertion failure for PHP4 2011-04-09 10:18:29 +00:00
opcode_spec.h iso compatibility? 2006-12-17 03:19:16 +00:00
opcode_spec_def.h adds info for PHP_5_4 2012-03-22 16:22:02 +00:00
optimizer.c kill warning 2012-04-01 03:39:31 +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 decompiler: fix handling of stdin. support of exported dasm result 2011-06-08 02:51:59 +00:00
phpdop.phpr decode optimized if/return 2011-06-08 03:45:25 +00:00
prepare.devel adds info for PHP_5_4 2012-03-22 16:22:02 +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 recover removed by mistake 2012-03-29 03:24:40 +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 revert opt out of included_files handling. still required by require()/include(). make it work for new sandbox handling 2012-07-11 04:16:56 +00:00
utils.h finished sandbox rewrite 2012-06-28 10:17:58 +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 get :// include_path right or dont cache 2012-03-30 07:45:26 +00:00
xcache-zh-gb2312.ini improve notes in ini 2012-06-26 04:21:04 +00:00
xcache.c closes #164: warning/error when xcache.so is loaded incorrectly 2012-07-14 02:58:47 +00:00
xcache.h bump version to 2.1.0 2012-07-14 01:30:02 +00:00
xcache.ini improve notes in ini 2012-06-26 04:21:04 +00:00
xcache_globals.h adds xcache.admin.enable_auth 2012-04-19 06:08:23 +00:00

README

Please check http://xcache.lighttpd.net/ and https://groups.google.com/forum/?fromgroups#!forum/xcache for help