Changeset 388 for trunk/xcache.c
- Timestamp:
- 05/15/2007 06:52:25 AM (19 months ago)
- Files:
-
- 1 modified
-
trunk/xcache.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/xcache.c
r383 r388 1635 1635 xc_cest_t tmp_cest; 1636 1636 1637 zend_hash_init_ex(&XG(internal_function_table), 100, NULL, NULL, 1, 0);1637 zend_hash_init_ex(&XG(internal_function_table), 100, NULL, CG(function_table)->pDestructor, 1, 0); 1638 1638 zend_hash_copy(&XG(internal_function_table), CG(function_table), (copy_ctor_func_t) function_add_ref, &tmp_func, sizeof(tmp_func)); 1639 1639 1640 zend_hash_init_ex(&XG(internal_class_table), 10, NULL, NULL, 1, 0);1640 zend_hash_init_ex(&XG(internal_class_table), 10, NULL, CG(class_table)->pDestructor, 1, 0); 1641 1641 zend_hash_copy(&XG(internal_class_table), CG(class_table), (copy_ctor_func_t) xc_zend_class_add_ref, &tmp_cest, sizeof(tmp_cest)); 1642 1642 }

