Changeset 503
- Timestamp:
- 01/05/2008 02:36:01 AM (11 months ago)
- Location:
- trunk
- Files:
-
- 2 modified
-
processor/processor.m4 (modified) (1 diff)
-
xcache.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/processor/processor.m4
r500 r503 775 775 #ifdef HAVE_XCACHE_CONSTANT 776 776 DISPATCH(zend_uint, constinfo_cnt) 777 IFRESTORE(` 778 COPY(constinfos) 779 ', ` 780 STRUCT_ARRAY(constinfo_cnt, xc_constinfo_t, constinfos) 781 ') 777 STRUCT_ARRAY(constinfo_cnt, xc_constinfo_t, constinfos) 782 778 #endif 783 779 -
trunk/xcache.c
r502 r503 1179 1179 } zend_end_try(); 1180 1180 1181 if (php.constinfos) { 1182 efree(php.constinfos); 1183 } 1181 1184 if (php.funcinfos) { 1182 1185 efree(php.funcinfos);

