root/trunk/processor

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Rev Chgset Date Author Log Message
(edit) @569 [569] 4 months moo do not call php6 api for older php
(edit) @562 [562] 4 months moo 5.3 support, merge news from 1.2
(edit) @548 [548] 9 months moo PHP_5_3 support: uses ZEND_COMPILE_IGNORE_INTERNAL_CLASSES and …
(edit) @534 [534] 9 months moo fix dprint space for { that without name
(edit) @515 [515] 11 months moo PHP_6: added goto support
(edit) @513 [513] 11 months moo PHP_6: fix method prototype
(edit) @512 [512] 11 months moo use u_strlen instead of for loop
(edit) @509 [509] 11 months moo remove warning calling u_strcmp
(edit) @508 [508] 11 months moo PHP_4: fix build
(edit) @507 [507] 11 months moo PHP_6: unicode support for get set etc handlers
(edit) @506 [506] 11 months moo optimized function_table/class_table by caching hash value
(edit) @505 [505] 11 months moo 1 byte off for zend_constant
(edit) @504 [504] 11 months moo PHP_6: updated support
(edit) @503 [503] 11 months moo constinfos cannot be fast copied
(edit) @500 [500] 11 months moo don't catch compiler error, just warnings
(edit) @498 [498] 11 months moo PHP_5_3: deep copy arg_info which is modified by executor
(edit) @496 [496] 11 months moo fixed #157: support user error handler for E_STRICT. E_STRICT is now …
(edit) @495 [495] 11 months moo shallow copy for some compiler result infos
(edit) @491 [491] 11 months moo PHP_5_3: support for new zvalue_value.type
(edit) @487 [487] 11 months moo ZVAL_REFCOUNT was removed in ZendEngine?
(edit) @485 [485] 11 months moo 5.3 support
(edit) @484 [484] 14 months moo fix: zval_data type size mismatch
(edit) @482 [482] 14 months moo fixed #129, added idx_type for PHP_5_3
(edit) @480 [480] 14 months moo compile against PHP_5_3
(edit) @393 [393] 18 months moo set svn:eol-style
(edit) @356 [356] 22 months moo processor: fix warning about undefined item_ for popdef, thanks Elan …
(edit) @342 [342] 2 years moo processor: only undefine() when defined() to avoid warning with some m4
(edit) @311 [311] 2 years moo restruct cached compile, add md5 table to recognize and merge file with …
(edit) @310 [310] 2 years moo IS_CV code re-arrange
(edit) @307 [307] 2 years moo stack interface changes
(edit) @302 [302] 2 years moo c comments fix
(edit) @300 [300] 2 years moo debug code to check compiler result size
(edit) @295 [295] 2 years moo remove warnings
(edit) @292 [292] 2 years moo m4 compatibility for solaris
(edit) @291 [291] 2 years moo typo of last fix
(edit) @290 [290] 2 years moo trunk: fix bad macro name, solaris m4 is picky on it
(edit) @284 [284] 2 years moo processor: ws
(edit) @272 [272] 2 years moo trunk: catch up doc_comment with PHP6
(edit) @268 [268] 2 years moo full compatible with auto_globals_jit, no need to disable it from now on
(edit) @267 [267] 2 years moo PHP_6: processor: fix script_encoding eleak
(edit) @248 [248] 2 years moo fix var reference handling, fix #47, Assertion failed on shm
(edit) @233 [233] 2 years moo processor: apply reference handling on opcode caching. reverted [196]
(edit) @232 [232] 2 years moo processor: fix check_function of DEF_HASH_TABLE_FUNC for dprint
(edit) @231 [231] 2 years moo fix zval reference handling
(edit) @230 [230] 2 years moo processor: dprint upgrade, added --enable-xcache-dprint
(edit) @221 [221] 2 years moo cacher: fix eleak in op_array non-shadow-copy (readonly_protection=on)
(edit) @220 [220] 2 years moo cacher: correct the fix [199] [196] for #36. was breaking testcase …
(edit) @219 [219] 2 years moo cacher PHP_5: fix prototype for readonly_protection=off, fix testcase …
(edit) @218 [218] 2 years moo processor: zend_constant.name uses malloc
(edit) @217 [217] 2 years moo processor: reset refcount to 0 to kill leak warning
(edit) @212 [212] 2 years moo fixed #41, early class binding
(edit) @200 [200] 2 years moo BUCKET_KEY readability and PHP_6 build fix
(edit) @199 [199] 2 years moo processor: remove commented code, fix corruption detected by …
(edit) @198 [198] 2 years moo processor: don't introduce spaces in IF*
(edit) @197 [197] 2 years moo processor: assertion delta is signed
(edit) @196 [196] 2 years moo fix #36, wrong inheriting static class variables
(edit) @195 [195] 2 years moo processor: move op_array ctor to be more readable
(edit) @194 [194] 2 years moo PHP_5_2: new element in zend_brk_cont_element
(edit) @193 [193] 2 years moo kill 64bit warning when self test is enabled
(edit) @189 [189] 2 years moo call op_array_ctor handler on restore to be more compatible with other …
(edit) @178 [178] 2 years moo Processor: fix type processor_t conflict with Mac OS X
(edit) @148 [148] 2 years moo reconstruct shm/allocator
(edit) @122 [122] 2 years moo remove typo
(edit) @114 [114] 2 years moo gc expired items, new ini: xcache.ttl xcache.gc_interval xcache.var_ttl …
(edit) @103 [103] 2 years moo PHP_6: builds again with php6. update UChar/void ptr to zstr.
(edit) @100 [100] 2 years moo FIX: alloc'ed wrong size for string on restore
(edit) @99 [99] 2 years moo sohosin compatible & TSRM fix.
(edit) @95 [95] 2 years moo fixed #20, default: --enable-xcache-constant=yes
(edit) @94 [94] 2 years moo PHP_5_2: __tostring cache was MFH by php
(edit) @93 [93] 2 years moo try to show both count/size assert before abort
(edit) @91 [91] 2 years moo kill compiler warnings
(edit) @90 [90] 2 years moo kill compiler warnings
(edit) @89 [89] 2 years moo fix #19 prototype inherit from abstract class
(edit) @78 [78] 2 years moo catch up with PHP_5_2, zend_property_info.ce
(edit) @58 [58] 3 years moo refix as in the example from …
(edit) @56 [56] 3 years moo brings 5.0.x support back
(edit) @50 [50] 3 years moo patch for hardening-patch
(edit) @29 [29] 3 years moo outputs info about how autocheck is built
(edit) @12 [12] 3 years moo XCACHE_ENABLE_TEST should be disabled by default
(edit) @11 [11] 3 years moo make it build on windows vc compiler
(edit) @4 [4] 3 years moo compatibility fix: remove the using of gnu m4 extension
(add) @1 [1] 3 years moo initial import to online
Note: See TracRevisionLog for help on using the revision log.