source: trunk/xcache.c

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @974   11 months moo fixes #73: warn for improper PHP_FCGI_CHILDREN setting fcgi mode
(edit) @972   11 months moo closes #164: warning/error when xcache.so is loaded incorrectly
(edit) @971   11 months moo closes #37: avoid crash storing object. raise error instead
(edit) @965   11 months moo fix ts build
(edit) @964   11 months moo fixed #264, #284: FILE DIR handling for moved/hardlinked files …
(edit) @961   11 months moo revert opt out of included_files handling. still required by …
(edit) @960   12 months moo fixed #283: XCache admin APIs (admin page) cause SEGV if XCache failed to …
(edit) @957   12 months moo adds to open_files whenever old_compile_file is not called
(edit) @956   12 months moo <=PHP_5_2 duplicate error message failed to include file
(edit) @955   12 months moo fix assert for __DIR
(edit) @954   12 months moo restore open_files handling, it is required. disable included_files which …
(edit) @950   12 months moo stat on resolved path
(edit) @940   12 months moo BC refcount for now
(edit) @939   12 months moo no need to add to open_files
(edit) @938   12 months moo finished sandbox rewrite
(edit) @937   12 months moo still WIP: rewrite sandbox to use callback
(edit) @936   12 months moo change misses to updates. misses is kept for compatibility reason but …
(edit) @931   12 months moo refcount is no longer available for var cache
(edit) @929   12 months moo xc_resolve_path for better name. call util/coverager destroy first
(edit) @925   12 months moo uses MiniDumpWithIndirectlyReferencedMemory?
(edit) @923   12 months moo fix version stuff
(edit) @922   12 months moo kill sign mismatch warning
(edit) @921   12 months moo collect more info in minidump
(edit) @919   12 months moo fix version string in core dump filename
(edit) @918   12 months moo fix dbghelp version check
(edit) @917   12 months moo kill sign/const warning
(edit) @916   12 months moo fix coredump path should be xcache.coredump_directory
(edit) @915   12 months moo code clean up
(edit) @914   12 months moo crash dump support for windows
(edit) @903   12 months moo fixed #281: changing zend_error may left unclean set up when timeout …
(edit) @900   14 months moo fixed #279: segv on cache full
(edit) @894   14 months moo adds xcache.admin.enable_auth
(edit) @888   15 months moo tsrmls fix
(edit) @882   15 months moo use _unlocked suffix for function name instead of _dmz
(edit) @881   15 months moo use _unlocked suffix for function name instead of _dmz
(edit) @876   15 months moo fix warning
(edit) @874   15 months moo missing zero terminator for filename
(edit) @870   15 months moo get : include_path right or dont cache
(edit) @869   15 months moo fix opened_path for when stat=1
(edit) @867   15 months moo include path lookup in cache
(edit) @866   15 months moo is non-unicode only; prepare for handling include_path + stat=0; project …
(edit) @865   15 months moo xce->entry rename
(edit) @864   15 months moo handle opened_path in 1 place
(edit) @862   15 months moo fix previous wrong change on is_autoglobal
(edit) @861   15 months moo add is_autoglobal test
(edit) @860   15 months moo kill warnings
(edit) @859   15 months moo expand_path for DIR FILE support
(edit) @858   15 months moo var set/get/inc/dec tests
(edit) @857   15 months moo fix trace
(edit) @856   15 months moo store entry_var_t
(edit) @854   15 months moo remove type/cache/hvalue from cached copy to reduce memory usage a little …
(edit) @851   15 months moo more readability cache property. reduce memory footprint for data caching
(edit) @848   15 months moo fix md5 digest
(edit) @847   15 months moo fix build for <=PHP_5_2, optimize dirname call
(edit) @846   15 months moo kill most const warning
(edit) @840   15 months moo copy md5 digest correctly in notmemcpy mode
(edit) @832   15 months moo fix DIR FILE handling in literal. path resolve is still in todo
(edit) @827   15 months moo avoid zend_alter_ini_entry which is execute time
(edit) @798   2 years moo fix build: ISREF undefined in <=PHP_5_2
(edit) @781   2 years moo Decompiler: handle closure use()
(edit) @780   2 years moo prepare for use()
(edit) @767   2 years moo check return value to avoid gcc warning
(edit) @764   2 years moo 30 seconds timeout for clog checking
(edit) @721   2 years moo PHP_6: prepared in literal way for FILE DIR fix up
(edit) @716   2 years moo PHP 6: initial catch up with php 6 literals and trait
(edit) @713   2 years moo disassembler: refix previous partial
(edit) @702   2 years moo fix --disable-xcache-constant
(edit) @698   2 years moo fix segv on shutdown when ionCube Loader is loaded
(edit) @687   4 years moo update op_array->filename for hard link restoring
(edit) @686   4 years moo initize file/dir path
(edit) @685   4 years moo remove debug code
(edit) @684   4 years moo the logic of implemenation of dir/file path fixing was wrong. file/dir …
(edit) @683   4 years moo avoid crash by dirpath/filepath on parser error
(edit) @679   4 years moo remove superfluous code about auto_globals
(edit) @673   4 years moo closes #225, unset by prefix
(edit) @672   4 years moo fix #224, support more than 2G on 64bit arch
(edit) @671   4 years moo move and add back compatibile function to utils.c
(edit) @670   4 years moo fix build for win32
(edit) @669   4 years moo use XCACHE_ERROR_CACHING macro to simplify ifdefs
(edit) @662   4 years moo back patch __FILE and __DIR on cache restore
(edit) @661   4 years moo fix stat() for relative file not in include_path but in current executing …
(edit) @656   4 years moo use zend_llist instead of HashTable? for gc_op_arrays
(edit) @653   4 years moo remove warning about unreferenced local variable
(edit) @648   4 years moo also cache/reproduce E_DEPRECATED
(edit) @640   4 years moo copy only internal constant, clean constant on shutdown
(edit) @638   4 years moo PHP_6: incompatible pointer size_t *
(edit) @637   4 years moo PHP_6: fix build
(edit) @631   4 years moo add () suggested by gcc
(edit) @588   4 years moo handle compile time new constant. fixed #208: null as default value for …
(edit) @572   5 years moo [571] was a wrong fix
(edit) @571   5 years moo check for file size to be consistent
(edit) @570   5 years moo disable XCache for cli correctly
(edit) @559   5 years moo fixed #183: fix for some assert.h that conflict with php.h NDEBUG stuffs
(edit) @557   5 years moo fix build for win32
(edit) @556   5 years moo PHP_6: upstream api changed, fix build
(edit) @553   5 years moo better readability
(edit) @551   5 years moo fix build for PHP_4
(edit) @548   5 years moo PHP_5_3 support: uses ZEND_COMPILE_IGNORE_INTERNAL_CLASSES and …
(edit) @547   5 years moo more verbose and user friendly error/warning note
(edit) @544   5 years moo memory leak after using php_basename
Note: See TracRevisionLog for help on using the revision log.