root/trunk/utils.c

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Chgset Date Author Log Message
(edit) @860 [860] 14 months moo kill warnings
(edit) @853 [853] 14 months moo kill warning
(edit) @852 [852] 14 months moo kill warning
(edit) @847 [847] 14 months moo fix build for <=PHP_5_2, optimize dirname call
(edit) @846 [846] 14 months moo kill most const warning
(edit) @829 [829] 14 months moo tests/bug52160.phpt: report multiple error correctly
(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) @778 [778] 2 years moo decompiler: refix FETCH_CONSTANT for PHP_5_3 instead of messing up with …
(edit) @769 [769] 2 years moo fix type of op_type mismsatch for PHP 5-, assert before changing …
(edit) @749 [749] 2 years moo decompiler: massive improvements for php 5 and 5.3
(edit) @716 [716] 2 years moo PHP 6: initial catch up with php 6 literals and trait
(edit) @705 [705] 2 years moo fix builtin constant memory leak on compile
(edit) @682 [682] 4 years moo PHP_6: fix for function and class talbe similar to previous fix
(edit) @681 [681] 4 years moo PHP_6: new zend_constants.dtor which is used to free zend_constant.value …
(edit) @679 [679] 4 years moo remove superfluous code about auto_globals
(edit) @671 [671] 4 years moo move and add back compatibile function to utils.c
(edit) @669 [669] 4 years moo use XCACHE_ERROR_CACHING macro to simplify ifdefs
(edit) @668 [668] 4 years moo make #ifdef's looks better for E_DEPRECATED
(edit) @660 [660] 4 years moo PHP6 build fix
(edit) @651 [651] 4 years moo make use of internal_constant_tail otherwise 1.3 will cache unwanted …
(edit) @648 [648] 4 years moo also cache/reproduce E_DEPRECATED
(edit) @640 [640] 4 years moo copy only internal constant, clean constant on shutdown
(edit) @637 [637] 4 years moo PHP_6: fix build
(edit) @635 [635] 4 years moo avoid unused function warning
(edit) @588 [588] 4 years moo handle compile time new constant. fixed #208: null as default value for …
(edit) @555 [555] 5 years moo remove signed/unsigned warning
(edit) @548 [548] 5 years moo PHP_5_3 support: uses ZEND_COMPILE_IGNORE_INTERNAL_CLASSES and …
(edit) @545 [545] 5 years moo fixed undefined symbol zend_vspprintf, use vspprintf instead
(edit) @515 [515] 5 years moo PHP_6: added goto support
(edit) @508 [508] 5 years moo PHP_4: fix build
(edit) @506 [506] 5 years moo optimized function_table/class_table by caching hash value
(edit) @504 [504] 5 years moo PHP_6: updated support
(edit) @500 [500] 5 years moo don't catch compiler error, just warnings
(edit) @496 [496] 5 years moo fixed #157: support user error handler for E_STRICT. E_STRICT is now …
(edit) @485 [485] 5 years moo 5.3 support
(edit) @434 [434] 6 years moo typo
(edit) @405 [405] 6 years moo full ZendOptimizer? compatibility
(edit) @393 [393] 6 years moo set svn:eol-style
(edit) @349 [349] 6 years moo build with vc6 by fixing TRAC va_arg
(edit) @346 [346] 6 years moo disable copying internal class temporarily
(edit) @345 [345] 6 years moo copy function/class table correctly by using add_ref
(edit) @344 [344] 6 years moo copy internal functions/classes into sandbox, they're needed by compiler
(edit) @305 [305] 6 years moo TRACE() instead of ifdef/fprintf
(edit) @295 [295] 6 years moo remove warnings
(edit) @294 [294] 6 years moo trunk: kill warning on solaris compiler
(edit) @270 [270] 7 years moo make [269] pass test cases
(edit) @269 [269] 7 years moo do not destruct shallow copied tmp_auto_globals. also improve copying of …
(edit) @268 [268] 7 years moo full compatible with auto_globals_jit, no need to disable it from now on
(edit) @264 [264] 7 years moo remove false assertion.
(edit) @235 [235] 7 years moo cacher: trick in_compilation state, don't trigger __autoload at compile …
(edit) @226 [226] 7 years moo cacher: php4 fix for #36
(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) @203 [203] 7 years moo cacher: fix sandbox destructor problem that cause memory leak, introduced …
(edit) @200 [200] 7 years moo BUCKET_KEY readability and PHP_6 build fix
(edit) @166 [166] 7 years moo use existing hashtable pDestructor to avoid accident undefined symbol
(edit) @148 [148] 7 years moo reconstruct shm/allocator
(edit) @131 [131] 7 years moo move open_files out of sandbox, it's not needed
(edit) @121 [121] 7 years moo removed unused xc_constant_copy_ctor
(edit) @103 [103] 7 years moo PHP_6: builds again with php6. update UChar/void ptr to zstr.
(edit) @95 [95] 7 years moo fixed #20, default: --enable-xcache-constant=yes
(edit) @88 [88] 7 years moo possible fix for #14 "Cannot redeclare ()"
(edit) @19 [19] 7 years moo void empty agument for macro for vc6
(edit) @11 [11] 7 years moo make it build on windows vc compiler
(edit) @8 [8] 7 years moo make opcode_spec_def.h optional
(add) @1 [1] 7 years moo initial import to online
Note: See TracRevisionLog for help on using the revision log.