Changeset 345 for trunk/xcache.c
- Timestamp:
- 02/04/2007 09:15:00 AM (6 years ago)
- Files:
-
- 1 modified
-
trunk/xcache.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/xcache.c
r344 r345 1610 1610 1611 1611 zend_hash_init_ex(&XG(internal_function_table), 100, NULL, NULL, 1, 0); 1612 zend_hash_copy(&XG(internal_function_table), CG(function_table), NULL, &tmp_func, sizeof(tmp_func));1612 zend_hash_copy(&XG(internal_function_table), CG(function_table), (copy_ctor_func_t) function_add_ref, &tmp_func, sizeof(tmp_func)); 1613 1613 1614 1614 zend_hash_init_ex(&XG(internal_class_table), 10, NULL, NULL, 1, 0); 1615 zend_hash_copy(&XG(internal_class_table), CG(class_table), NULL, &tmp_cest, sizeof(tmp_cest));1615 zend_hash_copy(&XG(internal_class_table), CG(class_table), (copy_ctor_func_t) xc_zend_class_add_ref, &tmp_cest, sizeof(tmp_cest)); 1616 1616 } 1617 1617 if (xc_php_hcache.size && !XG(php_holds)) {

