|
|
@1558
|
5 years |
Xuefer |
closes #342: object caching
|
|
|
@1555
|
5 years |
Xuefer |
separate plain c code to .h files
|
|
|
@1554
|
5 years |
Xuefer |
split head.m4 into multilpe helper file
|
|
|
@1551
|
5 years |
Xuefer |
merge stack/vector to 1 impl, avoid possible memory leak using malloc
|
|
|
@1546
|
5 years |
Xuefer |
typo
|
|
|
@1490
|
6 years |
Xuefer |
cacher: PHP_5_6: fix support for debugInfo
|
|
|
@1481
|
6 years |
Xuefer |
more asserts for class index
|
|
|
@1473
|
6 years |
Xuefer |
processor: avoid using srcdir dstdir marco for m4
|
|
|
@1469
|
6 years |
Xuefer |
export is in xc_processor.h
|
|
|
@1468
|
6 years |
Xuefer |
clean up shm handlers
|
|
|
@1466
|
6 years |
Xuefer |
relocate: fix build for VC6
|
|
|
@1465
|
6 years |
Xuefer |
relocate: fix build for VC6
|
|
|
@1460
|
6 years |
Xuefer |
relocate: fix handling hash table, TODO: fix dst/src stuff
|
|
|
@1458
|
6 years |
Xuefer |
relocate: assert that srcptr use on non-nullable only
|
|
|
@1452
|
6 years |
Xuefer |
improve readability using ptradd
|
|
|
@1446
|
6 years |
Xuefer |
update relocate
|
|
|
@1444
|
6 years |
Xuefer |
relocate WIP
|
|
|
@1443
|
6 years |
Xuefer |
simplify export code
|
|
|
@1442
|
6 years |
Xuefer |
rename ptrmove to relocate, reduce export to only necessary onces
|
|
|
@1440
|
6 years |
Xuefer |
adds ptrmove
|
|
|
@1439
|
6 years |
Xuefer |
code cleanup
|
|
|
@1380
|
6 years |
Xuefer |
make use of SRC/DST widely
|
|
|
@1321
|
6 years |
Xuefer |
add back PHP_4 code for disassembler
|
|
|
@1281
|
6 years |
Xuefer |
remove php 4 support completely
|
|
|
@1211
|
7 years |
Xuefer |
kill some warning
|
|
|
@1201
|
7 years |
Xuefer |
fix some 64bit warnings
|
|
|
@1135
|
7 years |
Xuefer |
refactor: s/mem/allocator/
|
|
|
@1132
|
7 years |
Xuefer |
cacher: hide more detail
|
|
|
@1051
|
7 years |
Xuefer |
refactor: move more cache stuffs to mod_cacher
|
|
|
@1018
|
7 years |
Xuefer |
updated deps header
|
|
|
@1009
|
7 years |
Xuefer |
kill signed warning
|
|
|
@998
|
7 years |
Xuefer |
refactor: fix build, easier devel
|
|
|
@994
|
7 years |
Xuefer |
fix build
|
|
|
@983
|
7 years |
Xuefer |
kill warnings
|
|
|
@982
|
7 years |
Xuefer |
move files to subdirs
|
|
|
@930
|
7 years |
Xuefer |
fix disassembler for 2.4 literal
|
|
|
@917
|
7 years |
Xuefer |
kill sign/const warning
|
|
|
@878
|
8 years |
Xuefer |
typo in previous commits
|
|
|
@877
|
8 years |
Xuefer |
kill warning
|
|
|
@873
|
8 years |
Xuefer |
fix build
|
|
|
@865
|
8 years |
Xuefer |
xce->entry rename
|
|
|
@860
|
8 years |
Xuefer |
kill warnings
|
|
|
@856
|
8 years |
Xuefer |
store entry_var_t
|
|
|
@854
|
8 years |
Xuefer |
remove type/cache/hvalue from cached copy to reduce memory usage a …
|
|
|
@851
|
8 years |
Xuefer |
more readability cache property. reduce memory footprint for data caching
|
|
|
@846
|
8 years |
Xuefer |
kill most const warning
|
|
|
@844
|
8 years |
Xuefer |
kill some warning
|
|
|
@843
|
8 years |
Xuefer |
PHP_5_4: handle exclude_from_classes
|
|
|
@838
|
8 years |
Xuefer |
avoid overflow in memsetptr
|
|
|
@836
|
8 years |
Xuefer |
fill uninitialized with line number for debugging purpose
|
|
|
@825
|
8 years |
Xuefer |
PHP_5_4: improve handling traits yet still need review. values of …
|
|
|
@779
|
9 years |
Xuefer |
cacher: fix segv if oplineinfo is used for __FILE __DIR
|
|
|
@770
|
9 years |
Xuefer |
fixed #236: kill gcc false warning
|
|
|
@737
|
9 years |
Xuefer |
decompiler: fix decompiling runtime array
|
|
|
@719
|
9 years |
Xuefer |
runtime check for field list assertion to tell which is mismatch
|
|
|
@690
|
10 years |
Xuefer |
fix build by avoing nested macro with ifdef
|
|
|
@684
|
10 years |
Xuefer |
the logic of implemenation of dir/file path fixing was wrong. file/dir …
|
|
|
@667
|
10 years |
Xuefer |
correct cache class index
|
|
|
@662
|
10 years |
Xuefer |
back patch __FILE and __DIR on cache restore
|
|
|
@645
|
10 years |
Xuefer |
reverted r643 as it's a false assertion. try another way to get ride …
|
|
|
@512
|
12 years |
Xuefer |
use u_strlen instead of for loop
|
|
|
@509
|
12 years |
Xuefer |
remove warning calling u_strcmp
|
|
|
@507
|
12 years |
Xuefer |
PHP_6: unicode support for get set etc handlers
|
|
|
@480
|
12 years |
Xuefer |
compile against PHP_5_3
|
|
|
@393
|
13 years |
Xuefer |
set svn:eol-style
|
|
|
@311
|
13 years |
Xuefer |
restruct cached compile, add md5 table to recognize and merge file …
|
|
|
@300
|
13 years |
Xuefer |
debug code to check compiler result size
|
|
|
@295
|
13 years |
Xuefer |
remove warnings
|
|
|
@233
|
13 years |
Xuefer |
processor: apply reference handling on opcode caching. reverted [196] …
|
|
|
@230
|
13 years |
Xuefer |
processor: dprint upgrade, added --enable-xcache-dprint
|
|
|
@220
|
13 years |
Xuefer |
cacher: correct the fix [199] [196] for #36. was breaking testcase …
|
|
|
@217
|
13 years |
Xuefer |
processor: reset refcount to 0 to kill leak warning
|
|
|
@200
|
13 years |
Xuefer |
BUCKET_KEY readability and PHP_6 build fix
|
|
|
@199
|
13 years |
Xuefer |
processor: remove commented code, fix corruption detected by …
|
|
|
@196
|
13 years |
Xuefer |
fix #36, wrong inheriting static class variables
|
|
|
@195
|
13 years |
Xuefer |
processor: move op_array ctor to be more readable
|
|
|
@189
|
13 years |
Xuefer |
call op_array_ctor handler on restore to be more compatible with other …
|
|
|
@178
|
13 years |
Xuefer |
Processor: fix type processor_t conflict with Mac OS X
|
|
|
@148
|
13 years |
Xuefer |
reconstruct shm/allocator
|
|
|
@103
|
13 years |
Xuefer |
PHP_6: builds again with php6. update UChar/void ptr to zstr.
|
|
|
@94
|
13 years |
Xuefer |
PHP_5_2: __tostring cache was MFH by php
|
|
|
@90
|
13 years |
Xuefer |
kill compiler warnings
|
|
|
@58
|
14 years |
Xuefer |
refix as in the example from …
|
|
|
@56
|
14 years |
Xuefer |
brings 5.0.x support back
|
|
|
@29
|
14 years |
Xuefer |
outputs info about how autocheck is built
|
|
|
@4
|
14 years |
Xuefer |
compatibility fix: remove the using of gnu m4 extension
|
|
|
@1
|
14 years |
Xuefer |
initial import to online
|