Changeset 203 in svn for trunk/utils.c
- Timestamp:
- 2006-10-01T08:50:14Z (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/utils.c
r200 r203 390 390 zend_hash_init_ex(TG(included_files), 5, NULL, NULL, 0, 1); 391 391 #ifdef HAVE_XCACHE_CONSTANT 392 zend_hash_init_ex(&TG(zend_constants), 20, NULL, EG(zend_constants)->pDestructor, 1, 0);393 #endif 394 zend_hash_init_ex(&TG(function_table), 128, NULL, CG(function_table)->pDestructor, 0, 0);395 zend_hash_init_ex(&TG(class_table), 16, NULL, CG(class_table)->pDestructor, 0, 0);392 zend_hash_init_ex(&TG(zend_constants), 20, NULL, OG(zend_constants)->pDestructor, 1, 0); 393 #endif 394 zend_hash_init_ex(&TG(function_table), 128, NULL, OG(function_table)->pDestructor, 0, 0); 395 zend_hash_init_ex(&TG(class_table), 16, NULL, OG(class_table)->pDestructor, 0, 0); 396 396 397 397 sandbox->filename = filename;
Note: See TracChangeset
for help on using the changeset viewer.