root/trunk/xcache.c

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Chgset Date Author Log Message
(edit) @1113 [1113] 10 months moo refactor: kill unused label
(edit) @1106 [1106] 10 months moo adds disable_on_crash support for win32
(edit) @1067 [1067] 10 months moo adds zend_ini_boolean_displayer_cb
(edit) @1061 [1061] 10 months moo fix compatibility workarround
(edit) @1050 [1050] 10 months moo refactor: disable expected shadow warning
(edit) @1047 [1047] 10 months moo refactor: fall back to more simpler trick
(edit) @1045 [1045] 10 months moo refactor: bring back compatibility with Zend Optimizer
(edit) @1040 [1040] 10 months moo split cacher as sub module
(edit) @1030 [1030] 10 months moo refactor: cleanup initial_compile_file_called
(edit) @1029 [1029] 10 months moo refactor: typo
(edit) @1027 [1027] 10 months moo refactor: improve build, kill warning
(edit) @1026 [1026] 10 months moo refactor: split extension init to sub module. TODO: compatibility …
(edit) @1003 [1003] 10 months moo refactor: fix build for optimizer, use mod_* directories
(edit) @998 [998] 10 months moo refactor: fix build, easier devel
(edit) @997 [997] 10 months moo refactor: fix build for processor
(edit) @993 [993] 10 months moo refactor: move functions to module
(edit) @992 [992] 10 months moo refactor mshutdown minit
(edit) @987 [987] 10 months moo main/ conflict with php/main/
(edit) @986 [986] 10 months moo split sandbox source
(edit) @983 [983] 10 months moo kill warnings
(edit) @982 [982] 10 months moo move files to subdirs
(edit) @979 [979] 10 months moo closes #2: auto disable on crash
(edit) @978 [978] 10 months moo fix build. additional_functions requires PHP 5.3
(edit) @976 [976] 10 months moo closes #174: updated api for clear all cache
(edit) @975 [975] 10 months moo avoid bogus warning for fcgi
(edit) @974 [974] 10 months moo fixes #73: warn for improper PHP_FCGI_CHILDREN setting fcgi mode
(edit) @972 [972] 10 months moo closes #154: warning/error when xcache.so is loaded incorrectly
(edit) @971 [971] 10 months moo closes #37: avoid crash storing object. raise error instead
(edit) @965 [965] 10 months moo fix ts build
(edit) @964 [964] 10 months moo fixed #264, #284: FILE DIR handling for moved/hardlinked files …
(edit) @961 [961] 10 months moo revert opt out of included_files handling. still required by …
(edit) @960 [960] 10 months moo fixed #283: XCache admin APIs (admin page) cause SEGV if XCache failed to …
(edit) @957 [957] 11 months moo adds to open_files whenever old_compile_file is not called
(edit) @956 [956] 11 months moo <=PHP_5_2 duplicate error message failed to include file
(edit) @955 [955] 11 months moo fix assert for __DIR
(edit) @954 [954] 11 months moo restore open_files handling, it is required. disable included_files which …
(edit) @950 [950] 11 months moo stat on resolved path
(edit) @940 [940] 11 months moo BC refcount for now
(edit) @939 [939] 11 months moo no need to add to open_files
(edit) @938 [938] 11 months moo finished sandbox rewrite
(edit) @937 [937] 11 months moo still WIP: rewrite sandbox to use callback
(edit) @936 [936] 11 months moo change misses to updates. misses is kept for compatibility reason but …
(edit) @931 [931] 11 months moo refcount is no longer available for var cache
(edit) @929 [929] 11 months moo xc_resolve_path for better name. call util/coverager destroy first
(edit) @925 [925] 11 months moo uses MiniDumpWithIndirectlyReferencedMemory?
(edit) @923 [923] 11 months moo fix version stuff
(edit) @922 [922] 11 months moo kill sign mismatch warning
(edit) @921 [921] 11 months moo collect more info in minidump
(edit) @919 [919] 11 months moo fix version string in core dump filename
(edit) @918 [918] 11 months moo fix dbghelp version check
(edit) @917 [917] 11 months moo kill sign/const warning
(edit) @916 [916] 11 months moo fix coredump path should be xcache.coredump_directory
(edit) @915 [915] 11 months moo code clean up
(edit) @914 [914] 11 months moo crash dump support for windows
(edit) @903 [903] 11 months moo fixed #281: changing zend_error may left unclean set up when timeout …
(edit) @900 [900] 12 months moo fixed #279: segv on cache full
(edit) @894 [894] 13 months moo adds xcache.admin.enable_auth
(edit) @888 [888] 14 months moo tsrmls fix
(edit) @882 [882] 14 months moo use _unlocked suffix for function name instead of _dmz
(edit) @881 [881] 14 months moo use _unlocked suffix for function name instead of _dmz
(edit) @876 [876] 14 months moo fix warning
(edit) @874 [874] 14 months moo missing zero terminator for filename
(edit) @870 [870] 14 months moo get :// include_path right or dont cache
(edit) @869 [869] 14 months moo fix opened_path for when stat=1
(edit) @867 [867] 14 months moo include path lookup in cache
(edit) @866 [866] 14 months moo is non-unicode only; prepare for handling include_path + stat=0; project …
(edit) @865 [865] 14 months moo xce->entry rename
(edit) @864 [864] 14 months moo handle opened_path in 1 place
(edit) @862 [862] 14 months moo fix previous wrong change on is_autoglobal
(edit) @861 [861] 14 months moo add is_autoglobal test
(edit) @860 [860] 14 months moo kill warnings
(edit) @859 [859] 14 months moo expand_path for DIR FILE support
(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
Note: See TracRevisionLog for help on using the revision log.