1
0
Fork 0
Commit Graph

27 Commits (aca9c14116ef274edcd9e4443cdcf8c7f51f63ca)

Author SHA1 Message Date
Xuefer 315914c5d4 move and add back compatibile function to utils.c
14 years ago
Xuefer 86ca8105aa use XCACHE_ERROR_CACHING macro to simplify ifdefs
14 years ago
Xuefer 80634fd463 make #ifdef's looks better for E_DEPRECATED
14 years ago
Xuefer 38569c559e back patch !__FILE__ and !__DIR__ on cache restore
14 years ago
Xuefer bc2a3aa184 copy only internal constant, clean constant on shutdown
14 years ago
Xuefer c553ca6262 PHP_6: fix build
14 years ago
Xuefer 010293a523 handle compile time new constant. fixed #208: null as default value for parameters with array type hint produces a fatal error
14 years ago
Xuefer bedd56400a PHP_5_3 support: uses ZEND_COMPILE_IGNORE_INTERNAL_CLASSES and ZEND_COMPILE_DELAYED_BINDING stuffs for PHP_5_3 support finally
15 years ago
Xuefer 2a1d287e53 renamed DEBUG to XCACHE_DEBUG due to conflict to ext/date
15 years ago
Xuefer 38643f8e5c slide hits per second and hour
15 years ago
Xuefer 7dcd2de319 optimized function_table/class_table by caching hash value
15 years ago
Xuefer 52c01c2e35 fixed #157: support user error handler for E_STRICT. E_STRICT is now cached
15 years ago
Xuefer 49984336de full ZendOptimizer compatibility
16 years ago
Xuefer 8ff7b92147 fix tab
16 years ago
Xuefer dd599c148a use AfxTrace way of TRACE for release build
16 years ago
Xuefer 5a15696e8a build with vc6 by fixing TRAC va_arg
16 years ago
Xuefer 69120fa668 copy function/class table correctly by using add_ref
16 years ago
Xuefer bf38b8775c copy internal functions/classes into sandbox, they're needed by compiler
16 years ago
Xuefer 1609bb2f30 TRACE() instead of ifdef/fprintf
17 years ago
Xuefer e80ab3c399 full compatible with auto_globals_jit, no need to disable it from now on
17 years ago
Xuefer c9591dbe5b fixed #41, early class binding
17 years ago
Xuefer ade8255b0a fixed #42, conflict between xcache sandbox and user error handler
17 years ago
Xuefer 76174b4273 move open_files out of sandbox, it's not needed
17 years ago
Xuefer 4ec818c068 PHP_6: builds again with php6. update UChar/void ptr to zstr.
17 years ago
Xuefer 99e6113755 fixed #20, default: --enable-xcache-constant=yes
17 years ago
Xuefer 44d53f3c01 possible fix for #14 "Cannot redeclare ()"
17 years ago
Xuefer 4389208e02 initial import to online
17 years ago