Changeset 701 for branches/1.3
- Timestamp:
- 2011-02-08T06:23:09+01:00 (2 years ago)
- Location:
- branches/1.3
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/1.3
-
branches/1.3/ChangeLog
r699 r701 2 2 ======== 3 3 * fix win32 build against win32 native gnu tools 4 * compatibility fix: fix segv on shutdown when ionCube Loader is loaded 4 5 5 6 1.3.1 2010-11-27 -
branches/1.3/NEWS
r699 r701 2 2 ======== 3 3 * win32 build fix 4 * improve compatibility with ionCube Loader 4 5 5 6 1.3.1 2010-11-27 -
branches/1.3/xcache.c
r680 r701 2966 2966 if (xc_zend_extension_faked) { 2967 2967 zend_extension *ext = zend_get_extension(XCACHE_NAME); 2968 if (ext->shutdown) { 2969 ext->shutdown(ext); 2970 } 2971 xc_zend_remove_extension(ext); 2968 if (ext) { 2969 if (ext->shutdown) { 2970 ext->shutdown(ext); 2971 } 2972 xc_zend_remove_extension(ext); 2973 } 2972 2974 } 2973 2975 UNREGISTER_INI_ENTRIES();
Note: See TracChangeset
for help on using the changeset viewer.

