root/trunk/processor/processor.m4

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Chgset Date Author Log Message
(edit) @1051 [1051] 10 months moo refactor: move more cache stuffs to mod_cacher
(edit) @1027 [1027] 10 months moo refactor: improve build, kill warning
(edit) @964 [964] 10 months moo fixed #264, #284: FILE DIR handling for moved/hardlinked files …
(edit) @930 [930] 11 months moo fix disassembler for 2.4 literal
(edit) @917 [917] 11 months moo kill sign/const warning
(edit) @880 [880] 14 months moo fix release build
(edit) @877 [877] 14 months moo kill warning
(edit) @875 [875] 14 months moo PHP_5_4: fix for ZEND_JMP_SET_VAR
(edit) @873 [873] 14 months moo fix build
(edit) @866 [866] 14 months moo is non-unicode only; prepare for handling include_path + stat=0; project …
(edit) @859 [859] 14 months moo expand_path for DIR FILE support
(edit) @856 [856] 14 months moo store entry_var_t
(edit) @854 [854] 14 months moo remove type/cache/hvalue from cached copy to reduce memory usage a little …
(edit) @851 [851] 14 months moo more readability cache property. reduce memory footprint for data caching
(edit) @846 [846] 14 months moo kill most const warning
(edit) @844 [844] 14 months moo kill some warning
(edit) @843 [843] 14 months moo PHP_5_4: handle exclude_from_classes
(edit) @841 [841] 14 months moo simplify arg_types using null
(edit) @839 [839] 14 months moo fix run_time_cache handling, fix SETNULL/COPYNULL mess up
(edit) @837 [837] 14 months moo PHP_5_4: improves traits support
(edit) @833 [833] 14 months moo handle array/size same way
(edit) @832 [832] 14 months moo fix DIR FILE handling in literal. path resolve is still in todo
(edit) @830 [830] 14 months moo opcode fix: op2 of ZEND_BIND_TRAITS is unused
(edit) @828 [828] 14 months moo fix constant name handling (possible SIGSEGV)
(edit) @825 [825] 14 months moo PHP_5_4: improve handling traits yet still need review. values of …
(edit) @822 [822] 14 months moo initial PHP_5_4 support
(edit) @785 [785] 2 years moo fix false assertion for empty while (1) {}
(edit) @779 [779] 2 years moo cacher: fix segv if oplineinfo is used for __FILE __DIR
(edit) @771 [771] 2 years moo fix op_array info for __FILE __DIR on restore
(edit) @730 [730] 2 years moo PHP_6: disassembler/decompiler: fix property
(edit) @724 [724] 2 years moo merge from trunk
(edit) @721 [721] 2 years moo PHP_6: prepared in literal way for FILE DIR fix up
(edit) @716 [716] 2 years moo PHP 6: initial catch up with php 6 literals and trait
(edit) @713 [713] 2 years moo disassembler: refix previous partial
(edit) @710 [710] 2 years moo partial fix for decompiling 5.3
(edit) @688 [688] 4 years moo segv because dir/filepath is unused by var key, need space optimize later
(edit) @687 [687] 4 years moo update op_array->filename for hard link restoring
(edit) @684 [684] 4 years moo the logic of implemenation of dir/file path fixing was wrong. file/dir …
(edit) @666 [666] 4 years moo use src instead of dst
(edit) @662 [662] 4 years moo back patch __FILE and __DIR on cache restore
(edit) @648 [648] 4 years moo also cache/reproduce E_DEPRECATED
(edit) @645 [645] 4 years moo reverted r643 as it's a false assertion. try another way to get ride of …
(edit) @643 [643] 4 years moo name/class_name need not deep copy in zend_arg_info
(edit) @628 [628] 4 years moo remove unused HashTable?_zend_constant
(edit) @562 [562] 5 years moo 5.3 support, merge news from 1.2
(edit) @548 [548] 5 years moo PHP_5_3 support: uses ZEND_COMPILE_IGNORE_INTERNAL_CLASSES and …
(edit) @534 [534] 5 years moo fix dprint space for { that without name
(edit) @515 [515] 5 years moo PHP_6: added goto support
(edit) @513 [513] 5 years moo PHP_6: fix method prototype
(edit) @508 [508] 5 years moo PHP_4: fix build
(edit) @507 [507] 5 years moo PHP_6: unicode support for get set etc handlers
(edit) @506 [506] 5 years moo optimized function_table/class_table by caching hash value
(edit) @505 [505] 5 years moo 1 byte off for zend_constant
(edit) @504 [504] 5 years moo PHP_6: updated support
(edit) @503 [503] 5 years moo constinfos cannot be fast copied
(edit) @500 [500] 5 years moo don't catch compiler error, just warnings
(edit) @498 [498] 5 years moo PHP_5_3: deep copy arg_info which is modified by executor
(edit) @496 [496] 5 years moo fixed #157: support user error handler for E_STRICT. E_STRICT is now …
(edit) @495 [495] 5 years moo shallow copy for some compiler result infos
(edit) @491 [491] 5 years moo PHP_5_3: support for new zvalue_value.type
(edit) @487 [487] 5 years moo ZVAL_REFCOUNT was removed in ZendEngine?
(edit) @485 [485] 5 years moo 5.3 support
(edit) @484 [484] 6 years moo fix: zval_data type size mismatch
(edit) @482 [482] 6 years moo fixed #129, added idx_type for PHP_5_3
(edit) @480 [480] 6 years moo compile against PHP_5_3
(edit) @393 [393] 6 years moo set svn:eol-style
(edit) @311 [311] 6 years moo restruct cached compile, add md5 table to recognize and merge file with …
(edit) @310 [310] 6 years moo IS_CV code re-arrange
(edit) @272 [272] 7 years moo trunk: catch up doc_comment with PHP6
(edit) @268 [268] 7 years moo full compatible with auto_globals_jit, no need to disable it from now on
(edit) @267 [267] 7 years moo PHP_6: processor: fix script_encoding eleak
(edit) @248 [248] 7 years moo fix var reference handling, fix #47, Assertion failed on shm
(edit) @233 [233] 7 years moo processor: apply reference handling on opcode caching. reverted [196]
(edit) @231 [231] 7 years moo fix zval reference handling
(edit) @230 [230] 7 years moo processor: dprint upgrade, added --enable-xcache-dprint
(edit) @221 [221] 7 years moo cacher: fix eleak in op_array non-shadow-copy (readonly_protection=on)
(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) @212 [212] 7 years moo fixed #41, early class binding
(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) @196 [196] 7 years moo fix #36, wrong inheriting static class variables
(edit) @194 [194] 7 years moo PHP_5_2: new element in zend_brk_cont_element
(edit) @189 [189] 7 years moo call op_array_ctor handler on restore to be more compatible with other …
(edit) @122 [122] 7 years moo remove typo
(edit) @114 [114] 7 years moo gc expired items, new ini: xcache.ttl xcache.gc_interval xcache.var_ttl …
(edit) @103 [103] 7 years moo PHP_6: builds again with php6. update UChar/void ptr to zstr.
(edit) @99 [99] 7 years moo sohosin compatible & TSRM fix.
(edit) @95 [95] 7 years moo fixed #20, default: --enable-xcache-constant=yes
(edit) @94 [94] 7 years moo PHP_5_2: __tostring cache was MFH by php
(edit) @91 [91] 7 years moo kill compiler warnings
(edit) @89 [89] 7 years moo fix #19 prototype inherit from abstract class
(edit) @78 [78] 7 years moo catch up with PHP_5_2, zend_property_info.ce
(edit) @56 [56] 7 years moo brings 5.0.x support back
(edit) @11 [11] 7 years moo make it build on windows vc compiler
(edit) @4 [4] 7 years moo compatibility fix: remove the using of gnu m4 extension
(add) @1 [1] 7 years moo initial import to online
Note: See TracRevisionLog for help on using the revision log.