Changeset 660 for trunk/utils.c
- Timestamp:
- 08/03/2009 06:41:05 AM (4 years ago)
- Files:
-
- 1 modified
-
trunk/utils.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/utils.c
r651 r660 619 619 } 620 620 if (p->nKeyLength) { 621 zend_ hash_quick_update(target, p->arKey, p->nKeyLength, p->h, p->pData, size, &new_entry);621 zend_u_hash_quick_update(target, p->key.type, ZSTR(BUCKET_KEY_S(p)), p->nKeyLength, p->h, p->pData, size, &new_entry); 622 622 } else { 623 623 zend_hash_index_update(target, p->h, p->pData, size, &new_entry);

