1
0
Fork 0

fix --disable-xcache-constant

git-svn-id: svn://svn.lighttpd.net/xcache/trunk@702 c26eb9a1-5813-0410-bd6c-c2e55f420ca7
3.0
Xuefer 2011-02-08 09:13:27 +00:00
parent d6415196ef
commit 75435ff3aa
3 changed files with 4 additions and 0 deletions

View File

@ -13,6 +13,7 @@ ChangeLog
========
* fix win32 build against win32 native gnu tools
* compatibility fix: fix segv on shutdown when ionCube Loader is loaded
* build fix for --disable-xcache-constant
1.3.1 2010-11-27
========

1
NEWS
View File

@ -5,6 +5,7 @@
========
* win32 build fix
* improve compatibility with ionCube Loader
* other minor fixes
1.3.1 2010-11-27
========

View File

@ -1646,9 +1646,11 @@ static zend_op_array *xc_compile_restore(xc_entry_t *stored_xce, zend_file_handl
catched = 1;
} zend_end_try();
#ifdef HAVE_XCACHE_CONSTANT
if (php.constinfos) {
efree(php.constinfos);
}
#endif
if (php.funcinfos) {
efree(php.funcinfos);
}