Changeset 682 for trunk/utils.c
- Timestamp:
- 09/08/2009 05:25:58 AM (4 years ago)
- Files:
-
- 1 modified
-
trunk/utils.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/utils.c
r681 r682 709 709 #endif 710 710 h = OG(function_table); 711 zend_hash_init_ex(&TG(function_table), 128, NULL, h->pDestructor, h->persistent, h->bApplyProtection);711 zend_hash_init_ex(&TG(function_table), 128, NULL, ZEND_FUNCTION_DTOR, h->persistent, h->bApplyProtection); 712 712 { 713 713 zend_function tmp_func; … … 717 717 718 718 h = OG(class_table); 719 zend_hash_init_ex(&TG(class_table), 16, NULL, h->pDestructor, h->persistent, h->bApplyProtection);719 zend_hash_init_ex(&TG(class_table), 16, NULL, ZEND_CLASS_DTOR, h->persistent, h->bApplyProtection); 720 720 #if 0 && TODO 721 721 {

