root/trunk/xcache.c

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Chgset Date Author Log Message
(edit) @858 [858] 14 months moo var set/get/inc/dec tests
(edit) @857 [857] 14 months moo fix trace
(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) @848 [848] 14 months moo fix md5 digest
(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) @840 [840] 14 months moo copy md5 digest correctly in notmemcpy mode
(edit) @832 [832] 14 months moo fix DIR FILE handling in literal. path resolve is still in todo
(edit) @827 [827] 14 months moo avoid zend_alter_ini_entry which is execute time
(edit) @798 [798] 2 years moo fix build: ISREF undefined in <=PHP_5_2
(edit) @781 [781] 2 years moo Decompiler: handle closure use()
(edit) @780 [780] 2 years moo prepare for use()
(edit) @767 [767] 2 years moo check return value to avoid gcc warning
(edit) @764 [764] 2 years moo 30 seconds timeout for clog checking
(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) @702 [702] 2 years moo fix --disable-xcache-constant
(edit) @698 [698] 2 years moo fix segv on shutdown when ionCube Loader is loaded
(edit) @687 [687] 4 years moo update op_array->filename for hard link restoring
(edit) @686 [686] 4 years moo initize file/dir path
(edit) @685 [685] 4 years moo remove debug code
(edit) @684 [684] 4 years moo the logic of implemenation of dir/file path fixing was wrong. file/dir …
(edit) @683 [683] 4 years moo avoid crash by dirpath/filepath on parser error
(edit) @679 [679] 4 years moo remove superfluous code about auto_globals
(edit) @673 [673] 4 years moo closes #225, unset by prefix
(edit) @672 [672] 4 years moo fix #224, support more than 2G on 64bit arch
(edit) @671 [671] 4 years moo move and add back compatibile function to utils.c
(edit) @670 [670] 4 years moo fix build for win32
(edit) @669 [669] 4 years moo use XCACHE_ERROR_CACHING macro to simplify ifdefs
(edit) @662 [662] 4 years moo back patch __FILE and __DIR on cache restore
(edit) @661 [661] 4 years moo fix stat() for relative file not in include_path but in current executing …
(edit) @656 [656] 4 years moo use zend_llist instead of HashTable? for gc_op_arrays
(edit) @653 [653] 4 years moo remove warning about unreferenced local variable
(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) @638 [638] 4 years moo PHP_6: incompatible pointer size_t *
(edit) @637 [637] 4 years moo PHP_6: fix build
(edit) @631 [631] 4 years moo add () suggested by gcc
(edit) @588 [588] 4 years moo handle compile time new constant. fixed #208: null as default value for …
(edit) @572 [572] 5 years moo [571] was a wrong fix
(edit) @571 [571] 5 years moo check for file size to be consistent
(edit) @570 [570] 5 years moo disable XCache for cli correctly
(edit) @559 [559] 5 years moo fixed #183: fix for some assert.h that conflict with php.h NDEBUG stuffs
(edit) @557 [557] 5 years moo fix build for win32
(edit) @556 [556] 5 years moo PHP_6: upstream api changed, fix build
(edit) @553 [553] 5 years moo better readability
(edit) @551 [551] 5 years moo fix build for PHP_4
(edit) @548 [548] 5 years moo PHP_5_3 support: uses ZEND_COMPILE_IGNORE_INTERNAL_CLASSES and …
(edit) @547 [547] 5 years moo more verbose and user friendly error/warning note
(edit) @544 [544] 5 years moo memory leak after using php_basename
(edit) @543 [543] 5 years moo renamed DEBUG to XCACHE_DEBUG due to conflict to ext/date
(edit) @542 [542] 5 years moo fix false assertion
(edit) @541 [541] 5 years moo depends php_date for phpinfo
(edit) @540 [540] 5 years moo fixed #83: hash files with same basename into same cache split for better …
(edit) @537 [537] 5 years moo added cache init time and instance id
(edit) @533 [533] 5 years moo status header is more reasonable to be 1st
(edit) @532 [532] 5 years moo exports xcache_dprint() to php script for debugging purpose
(edit) @522 [522] 5 years moo slide hits per second and hour
(edit) @516 [516] 5 years moo fixed #138: no segv if cache is not initialized correctly
(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) @503 [503] 5 years moo constinfos cannot be fast copied
(edit) @502 [502] 5 years moo clean shutdown
(edit) @501 [501] 5 years moo kill warning
(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) @492 [492] 5 years moo merged r490 from b1.2: added module dependency, thanks to Cristian …
(edit) @488 [488] 5 years moo typo issue
(edit) @486 [486] 5 years moo fix unused variable warning
(edit) @485 [485] 5 years moo 5.3 support
(edit) @477 [477] 6 years moo opcodes data is copied but not the op_array. use op_array_handler instead
(edit) @474 [474] 6 years moo oops
(edit) @472 [472] 6 years moo merged [471] from b1.2: live with wrong system time: allow caching files …
(edit) @467 [467] 6 years moo merged r465 from b1.2: fixed #102, Segmentation fault with …
(edit) @456 [456] 6 years moo fixed #133: add "compile failures" in XCache admin stats
(edit) @455 [455] 6 years moo fix wrong merge in [996] and [451], [454]
(edit) @454 [454] 6 years moo merged [453] from b1.2: for non cachable files, they just wont be cached. …
(edit) @451 [451] 6 years moo merged [449] from turnk: fix compiling state after compiling non cachable …
(edit) @450 [450] 6 years moo the missing piece merging from [408]
(edit) @444 [444] 6 years moo fixed #55: crashes php tokenizer on certain special situation
(edit) @438 [438] 6 years moo 5.2-non-zts build fix
(edit) @435 [435] 6 years moo copy internal table correctly, refix #59 which is broken by [429]
(edit) @433 [433] 6 years moo merged [431] from b1.2: fast inc/dec was trying to break ro protection
(edit) @429 [429] 6 years moo refix #101, apache1 segv with non-zts php+XCache
(edit) @425 [425] 6 years moo merged [423] from b1.2: fixed #101, #105: Fixed compatibility issue for …
(edit) @416 [416] 6 years moo fixed #94, gc was disabled when xcache.cacher set to off
(edit) @405 [405] 6 years moo full ZendOptimizer? compatibility
(edit) @403 [403] 6 years moo init global variables
(edit) @402 [402] 6 years moo s/origin_compile_file/old_compile_file/g
(edit) @400 [400] 6 years moo fix invalid read of free'ed data for hide-and-seek trick. possible fix …
(edit) @399 [399] 6 years moo added xcache.experimental for use to turn on experimental features
(edit) @393 [393] 6 years moo set svn:eol-style
(edit) @391 [391] 6 years moo fixed #96, wrong format string for sprintf
(edit) @388 [388] 6 years moo clean shutdown
Note: See TracRevisionLog for help on using the revision log.