X-Git-Url: http://ftp.carnet.hr/carnet-debian/scm?p=php5-apc.git;a=blobdiff_plain;f=apc_globals.h;fp=apc_globals.h;h=1a5e93830402cf228acffb8c2dda0b0068588185;hp=c2b2ce7bf05cfea2818a44af45d4a560eb58ed10;hb=3682e0a7a26931aabca2b6e54eb08efd7dc0430b;hpb=575ce08215526bb71a967d69d601e77e1afbcd11 diff --git a/apc_globals.h b/apc_globals.h index c2b2ce7..1a5e938 100644 --- a/apc_globals.h +++ b/apc_globals.h @@ -29,12 +29,12 @@ */ -/* $Id: apc_globals.h,v 3.70 2007/12/26 22:46:33 rasmus Exp $ */ +/* $Id: apc_globals.h,v 3.70.2.5 2008/03/28 19:41:23 rasmus Exp $ */ #ifndef APC_GLOBALS_H #define APC_GLOBALS_H -#define APC_VERSION "3.0.16" +#define APC_VERSION "3.0.18" #include "apc_cache.h" #include "apc_stack.h" @@ -82,15 +82,13 @@ ZEND_BEGIN_MODULE_GLOBALS(apc) #ifdef ZEND_ENGINE_2 int reserved_offset; /* offset for apc info in op_array->reserved[] */ #endif - zend_bool localcache; /* enable local cache */ - long localcache_size; /* size of fast cache */ - apc_local_cache_t* lcache; /* unlocked local cache */ zend_bool force_file_update; /* force files to be updated during apc_compile_file */ char canon_path[MAXPATHLEN]; /* canonical path for key data */ #if APC_FILEHITS zval *filehits; /* Files that came from the cache for this request */ #endif zend_bool coredump_unmap; /* Trap signals that coredump and unmap shared memory */ + apc_cache_t *current_cache; /* current cache being modified/read */ ZEND_END_MODULE_GLOBALS(apc) /* (the following declaration is defined in php_apc.c) */