Changeset 701 for branches/1.3/xcache.c
- Timestamp:
- 2011-02-08T06:23:09+01:00 (2 years ago)
- Location:
- branches/1.3
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/1.3
-
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.

