Changeset 270 for trunk/utils.c
- Timestamp:
- 10/29/2006 10:00:55 AM (2 years ago)
- Files:
-
- 1 modified
-
trunk/utils.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/utils.c
r269 r270 571 571 zend_hash_init_ex(&TG(zend_constants), 20, NULL, h->pDestructor, h->persistent, h->bApplyProtection); 572 572 #endif 573 h = OG(function_table); 573 574 zend_hash_init_ex(&TG(function_table), 128, NULL, h->pDestructor, h->persistent, h->bApplyProtection); 575 h = OG(class_table); 574 576 zend_hash_init_ex(&TG(class_table), 16, NULL, h->pDestructor, h->persistent, h->bApplyProtection); 575 577 #ifdef ZEND_ENGINE_2_1 576 578 /* shallow copy, don't destruct */ 579 h = OG(auto_globals); 577 580 zend_hash_init_ex(&TG(auto_globals), 8, NULL, NULL, h->persistent, h->bApplyProtection); 578 581 {

