Changeset 702
Legend:
- Unmodified
- Added
- Removed
-
trunk/ChangeLog
r698 r702 14 14 * fix win32 build against win32 native gnu tools 15 15 * compatibility fix: fix segv on shutdown when ionCube Loader is loaded 16 * build fix for --disable-xcache-constant 16 17 17 18 1.3.1 2010-11-27 -
trunk/NEWS
r698 r702 6 6 * win32 build fix 7 7 * improve compatibility with ionCube Loader 8 * other minor fixes 8 9 9 10 1.3.1 2010-11-27 -
trunk/xcache.c
r698 r702 1647 1647 } zend_end_try(); 1648 1648 1649 #ifdef HAVE_XCACHE_CONSTANT 1649 1650 if (php.constinfos) { 1650 1651 efree(php.constinfos); 1651 1652 } 1653 #endif 1652 1654 if (php.funcinfos) { 1653 1655 efree(php.funcinfos);
Note: See TracChangeset
for help on using the changeset viewer.

