Changeset 389 for branches/1.2/xcache.c
- Timestamp:
- 05/15/2007 07:05:27 AM (19 months ago)
- Location:
- branches/1.2
- Files:
-
- 2 modified
Legend:
- Unmodified
- Added
- Removed
-
branches/1.2
- Property svnmerge-integrated changed from /trunk:1-302,344-346,371,374-375 to /trunk:1-302,344-346,371,374-375,388
-
branches/1.2/xcache.c
r379 r389 1449 1449 xc_cest_t tmp_cest; 1450 1450 1451 zend_hash_init_ex(&XG(internal_function_table), 100, NULL, NULL, 1, 0);1451 zend_hash_init_ex(&XG(internal_function_table), 100, NULL, CG(function_table)->pDestructor, 1, 0); 1452 1452 zend_hash_copy(&XG(internal_function_table), CG(function_table), (copy_ctor_func_t) function_add_ref, &tmp_func, sizeof(tmp_func)); 1453 1453 1454 zend_hash_init_ex(&XG(internal_class_table), 10, NULL, NULL, 1, 0);1454 zend_hash_init_ex(&XG(internal_class_table), 10, NULL, CG(class_table)->pDestructor, 1, 0); 1455 1455 zend_hash_copy(&XG(internal_class_table), CG(class_table), (copy_ctor_func_t) xc_zend_class_add_ref, &tmp_cest, sizeof(tmp_cest)); 1456 1456 }

