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