root/trunk

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Chgset Date Author Log Message
(edit) @263 [263] 7 years moo PHP6: fix #49, builds again with php 6 devel
(edit) @257 [257] 7 years moo coverager: fix -1 problem when XCache is not loaded
(edit) @254 [254] 7 years moo fix xcache.var_ttl displaying in info, fix xcache_get for ttl-unlimited
(edit) @250 [250] 7 years moo admin: fix switcher class on active
(edit) @249 [249] 7 years moo return 0 s instead of empty for deltatime
(edit) @248 [248] 7 years moo fix var reference handling, fix #47, Assertion failed on shm
(edit) @236 [236] 7 years moo better debugging info
(edit) @235 [235] 7 years moo cacher: trick in_compilation state, don't trigger __autoload at compile …
(edit) @234 [234] 7 years moo oops, wrong commit
(edit) @233 [233] 7 years moo processor: apply reference handling on opcode caching. reverted [196]
(edit) @232 [232] 7 years moo processor: fix check_function of DEF_HASH_TABLE_FUNC for dprint
(edit) @231 [231] 7 years moo fix zval reference handling
(edit) @230 [230] 7 years moo processor: dprint upgrade, added --enable-xcache-dprint
(edit) @229 [229] 7 years moo added ext/reflection/tests to testcase list
(edit) @228 [228] 7 years moo fixed #45, more robust xc_coverager_get_op_array_size_no_tail
(edit) @227 [227] 7 years moo cacher: remove redundant open_basedir check, it's done before compiling, …
(edit) @226 [226] 7 years moo cacher: php4 fix for #36
(edit) @225 [225] 7 years moo testcase: use default settings unless required
(edit) @224 [224] 7 years moo avoid 64bit compiler warning
(edit) @223 [223] 7 years moo fix path of xcache-test.ini so xcachetest be run outside of xcache srcdir
(edit) @222 [222] 7 years moo add php-src/ext/standard to tests
(edit) @221 [221] 7 years moo cacher: fix eleak in op_array non-shadow-copy (readonly_protection=on)
(edit) @220 [220] 7 years moo cacher: correct the fix [199] [196] for #36. was breaking testcase …
(edit) @219 [219] 7 years moo cacher PHP_5: fix prototype for readonly_protection=off, fix testcase …
(edit) @218 [218] 7 years moo processor: zend_constant.name uses malloc
(edit) @217 [217] 7 years moo processor: reset refcount to 0 to kill leak warning
(edit) @216 [216] 7 years moo avoid crash when error compiling
(edit) @215 [215] 7 years moo script that help to run php test cases
(edit) @214 [214] 7 years moo cacher: fixed #41, don't early bind class that implement interface
(edit) @213 [213] 7 years moo fix undefined symnbol max
(edit) @212 [212] 7 years moo fixed #41, early class binding
(edit) @210 [210] 7 years moo revert wrong commit in [209]
(edit) @209 [209] 7 years moo fixed #42, conflict between xcache sandbox and user error handler
(edit) @208 [208] 7 years moo coverager: simplify cov data and fix clean
(edit) @207 [207] 7 years moo coverager: make xcache_coverager_start works
(edit) @206 [206] 7 years moo coverager: fix build
(edit) @205 [205] 7 years moo avoid undef'ing DEBUG so one can put DEBUG into CFLAGS
(edit) @204 [204] 7 years moo coverager: new api …
(edit) @203 [203] 7 years moo cacher: fix sandbox destructor problem that cause memory leak, introduced …
(edit) @202 [202] 7 years moo cacher: disable mtime-age when xcache.test is on
(edit) @201 [201] 7 years moo coverager: avoid crash when upstream failed to compile file
(edit) @200 [200] 7 years moo BUCKET_KEY readability and PHP_6 build fix
(edit) @199 [199] 7 years moo processor: remove commented code, fix corruption detected by …
(edit) @198 [198] 7 years moo processor: don't introduce spaces in IF*
(edit) @197 [197] 7 years moo processor: assertion delta is signed
(edit) @196 [196] 7 years moo fix #36, wrong inheriting static class variables
(edit) @195 [195] 7 years moo processor: move op_array ctor to be more readable
(edit) @194 [194] 7 years moo PHP_5_2: new element in zend_brk_cont_element
(edit) @193 [193] 7 years moo kill 64bit warning when self test is enabled
(edit) @192 [192] 7 years moo rm directories for xcachesvnclean
(edit) @191 [191] 7 years moo bump version to 1.2-dev
(edit) @190 [190] 7 years moo trick to load and work with zend optimizer
(edit) @189 [189] 7 years moo call op_array_ctor handler on restore to be more compatible with other …
(edit) @188 [188] 7 years moo admin: title="detail number"
(edit) @187 [187] 7 years moo handle one line struct {}, multiline comments, whitespaces when parsing …
(edit) @186 [186] 7 years moo added argument "stop execution after first warning" for m4 to fail if …
(edit) @185 [185] 7 years moo Coverager: better error displaying
(edit) @184 [184] 7 years moo fix tplcov
(edit) @183 [183] 7 years moo Coverager: use script if extension is not loaded or coverager is not …
(edit) @182 [182] 7 years moo recognize gb2312/gbk/gb18030 as gb2312. gb2312 lang file for coverager
(edit) @181 [181] 7 years moo display errors, we're E_NOTICE free
(edit) @179 [179] 7 years moo fix assertion
(edit) @178 [178] 7 years moo Processor: fix type processor_t conflict with Mac OS X
(edit) @177 [177] 7 years moo syn xcache-zh-gb2312.ini with the English version
(edit) @176 [176] 7 years moo Coverager: leaked by outfilename (efree by zend_mm tho)
(edit) @175 [175] 7 years moo Coverager: remove double Content-Language
(edit) @174 [174] 7 years moo avoid double slash
(edit) @173 [173] 7 years moo make dir ended with dir sep
(edit) @172 [172] 7 years moo DIRECTORY_SEPARATOR for coverager config example
(edit) @169 [169] 7 years moo comments/loops improved in mkstructinfo while avoiding gawk assertion bug …
(edit) @168 [168] 7 years moo example on how to load ts enabled extension
(edit) @167 [167] 7 years moo size=0M is much less confusing than size=0, thank Andrew Arrow :)
(edit) @166 [166] 7 years moo use existing hashtable pDestructor to avoid accident undefined symbol
(edit) @165 [165] 7 years moo implement xcache.stat. and reimpl [160] for trunk to fix win32 hash …
(edit) @164 [164] 7 years moo revert most of [82] back and use dummy ptr
(edit) @163 [163] 7 years moo show available shm scheme in moduleinfo
(edit) @162 [162] 7 years moo example ini for xcache.shm_scheme
(edit) @161 [161] 7 years moo use DIRECTORY_SEPARATOR for windows in config example
(edit) @159 [159] 7 years moo fix email for judas_iscariote
(edit) @157 [157] 7 years moo bump version to 1.1-rc1
(edit) @154 [154] 7 years moo fix segv on MSHUTDOWN
(edit) @153 [153] 7 years moo win32/vc build fix
(edit) @152 [152] 7 years moo PHP6: zts build
(edit) @151 [151] 7 years moo revert [111], they've fixed it
(edit) @150 [150] 7 years moo avoid crash when OOM on mem_realloc
(edit) @149 [149] 7 years moo fix xcache ini encoding as its filename
(edit) @148 [148] 7 years moo reconstruct shm/allocator
(edit) @147 [147] 7 years moo show module info in statistics page
(edit) @146 [146] 7 years moo avoid reading of uninitialized data. thanks to valgrind
(edit) @145 [145] 7 years moo use phpinfo style
(edit) @144 [144] 7 years moo compat size() func
(edit) @143 [143] 7 years moo fixed string parameter parsing arg type for disassembler functions. thanks …
(edit) @142 [142] 7 years moo typo in adminpage
(edit) @141 [141] 7 years moo fix cache clear corrupted bug
(edit) @140 [140] 7 years moo fix refcount on cache #1 #2
(edit) @139 [139] 7 years moo fix debug build
(edit) @138 [138] 7 years moo fix build for last commit [137]
(edit) @137 [137] 7 years moo changed the coding way of unlinking list. fixed ttl expires dead loop
(edit) @136 [136] 7 years moo update last_gc_deletes so it gc by interval
(edit) @135 [135] 7 years moo Chinese Traditional translation. thanks to Finjon Kiang.
Note: See TracRevisionLog for help on using the revision log.