1
0
Fork 0

merged [423] from b1.2: fixed #101, #105: Fixed compatibility issue for apache 1.x

git-svn-id: svn://svn.lighttpd.net/xcache/trunk@425 c26eb9a1-5813-0410-bd6c-c2e55f420ca7
3.0
Xuefer 2007-06-21 16:37:29 +00:00
parent 0fda8ef4a8
commit 4a41eef22e
3 changed files with 8 additions and 1 deletions

View File

@ -9,7 +9,8 @@ ChangeLog
* could not show module info in admin page when XCache is the last module
* wrong http auth realm
* #86: remove/edit variable in admin page
* fixed #94: Garbage collector disabled when xcache.cacher set to off
* fixed #101, #105: Fixed compatibility issue for apache 1.x
* fixed #94: Garbage collector disabled when xcache.cacher set to off
* fixed #92: Zend Optimizer compatibility issue
* fixed #77: hits/misses was not updated
* fixed #56: xcache_set segfaults when xcache.var_size=0

1
NEWS
View File

@ -1,5 +1,6 @@
2.0.0 2007-?-?
========
* compatibility fix for apache 1.x
* full Zend Optimizer compatibility
1.2.0 2006-12-10

View File

@ -2879,6 +2879,11 @@ static PHP_MSHUTDOWN_FUNCTION(xcache)
xc_zend_remove_extension(ext);
}
UNREGISTER_INI_ENTRIES();
xc_module_gotup = 0;
xc_zend_extension_gotup = 0;
xc_zend_extension_faked = 0;
return SUCCESS;
}
/* }}} */