- Timestamp:
- 06/30/2007 05:28:40 AM (15 months ago)
- Location:
- branches/1.2
- Files:
-
- 2 modified
Legend:
- Unmodified
- Added
- Removed
-
branches/1.2
- Property svnmerge-integrated changed from /trunk:1-302,344-346,371,374-375,388,391,393,395,398,400,402-405,407,410,416,421 to /trunk:1-302,344-346,371,374-375,388,391,393,395,398,400,402-405,407,410,416,421,434
-
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);

