Changeset 436
- Timestamp:
- 2007-06-30T07:28:40+02:00 (6 years ago)
- Location:
- branches/1.2
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/1.2
-
branches/1.2/utils.c
r408 r436 590 590 zend_hash_copy(&TG(function_table), &XG(internal_function_table), (copy_ctor_func_t) function_add_ref, (void *) &tmp_func, sizeof(tmp_func)); 591 591 } 592 TG(internal_ class_tail) = TG(function_table).pListTail;592 TG(internal_function_tail) = TG(function_table).pListTail; 593 593 594 594 h = OG(class_table);
Note: See TracChangeset
for help on using the changeset viewer.

