Changeset 682
- Timestamp:
- 2009-09-08T05:25:58+02:00 (4 years ago)
- File:
-
- 1 edited
-
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 {
Note: See TracChangeset
for help on using the changeset viewer.

