From: Andi Gutmans Date: Thu, 24 Aug 2000 19:03:35 +0000 (+0000) Subject: - Revert patch from 9/7/2000 which seems to have broken unset(). X-Git-Tag: php-4.0.2~81 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=fbbc249f2bbd011e9260486594a7006f40091996;p=php - Revert patch from 9/7/2000 which seems to have broken unset(). - I hope what made me do this patch doesn't appear again. --- diff --git a/Zend/zend_execute.c b/Zend/zend_execute.c index 2c197f6232..f8d1c17322 100644 --- a/Zend/zend_execute.c +++ b/Zend/zend_execute.c @@ -2080,8 +2080,6 @@ send_by_ref: if (container) { HashTable *ht; - SEPARATE_ZVAL_IF_NOT_REF(container); - switch ((*container)->type) { case IS_ARRAY: ht = (*container)->value.ht;