Prevented unintended SHM modification

This commit is contained in:
Dmitry Stogov 2014-04-16 21:01:11 +04:00
parent a9aa5224e7
commit 05817f1a93

View file

@ -409,7 +409,6 @@ static void zend_hash_clone_zval(HashTable *ht, HashTable *source, int bind)
q->key = NULL;
} else {
q->key = zend_clone_str(p->key TSRMLS_CC);
GC_FLAGS(q->key) = GC_FLAGS(p->key);
}
/* Copy data */