Changeset 436 for branches/1.2/utils.c
- Timestamp:
- 06/30/2007 07:28:40 AM (6 years ago)
- Location:
- branches/1.2
- Files:
-
- 2 modified
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);

