1
0
Fork 0

fix to compile

git-svn-id: svn://svn.lighttpd.net/xcache/trunk@117 c26eb9a1-5813-0410-bd6c-c2e55f420ca7
This commit is contained in:
Xuefer 2006-08-30 12:27:53 +00:00
parent 6c621e7c9d
commit 7f8ab2d3d4
1 changed files with 1 additions and 1 deletions

View File

@ -11,7 +11,7 @@ ZEND_BEGIN_MODULE_GLOBALS(xcache)
xc_stack_t *php_holds;
xc_stack_t *var_holds;
time_t request_time;
long var_default_ttl;
long var_ttl;
ZEND_END_MODULE_GLOBALS(xcache)
ZEND_EXTERN_MODULE_GLOBALS(xcache)