Changeset 260 for branches/1.1
- Timestamp:
- 2006-10-18T18:18:12+02:00 (7 years ago)
- Location:
- branches/1.1
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/1.1
-
branches/1.1/utils.c
r246 r260 384 384 zend_hash_init_ex(TG(included_files), 5, NULL, NULL, 0, 1); 385 385 #ifdef HAVE_XCACHE_CONSTANT 386 zend_hash_init_ex(&TG(zend_constants), 20, NULL, ZEND_CONSTANT_DTOR, 1, 0);387 #endif 388 zend_hash_init_ex(&TG(function_table), 128, NULL, ZEND_FUNCTION_DTOR, 0, 0);389 zend_hash_init_ex(&TG(class_table), 16, NULL, ZEND_CLASS_DTOR, 0, 0);386 zend_hash_init_ex(&TG(zend_constants), 20, NULL, EG(zend_constants)->pDestructor, 1, 0); 387 #endif 388 zend_hash_init_ex(&TG(function_table), 128, NULL, CG(function_table)->pDestructor, 0, 0); 389 zend_hash_init_ex(&TG(class_table), 16, NULL, CG(class_table)->pDestructor, 0, 0); 390 390 391 391 sandbox->filename = filename;
Note: See TracChangeset
for help on using the changeset viewer.

