From: Dmitry Stogov Date: Wed, 16 Apr 2014 17:01:11 +0000 (+0400) Subject: Prevented unintended SHM modification X-Git-Tag: POST_PHPNG_MERGE~412^2~82^2~21 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=05817f1a9393f225a3a4a690de4caf9b3458b3cc;p=php Prevented unintended SHM modification --- diff --git a/ext/opcache/zend_accelerator_util_funcs.c b/ext/opcache/zend_accelerator_util_funcs.c index 08051b47ee..51051dd6ce 100644 --- a/ext/opcache/zend_accelerator_util_funcs.c +++ b/ext/opcache/zend_accelerator_util_funcs.c @@ -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 */