source: trunk

Revision Log Mode:


Legend:

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