]> granicus.if.org Git - php/commitdiff
- Revert patch from 9/7/2000 which seems to have broken unset().
authorAndi Gutmans <andi@php.net>
Thu, 24 Aug 2000 19:03:35 +0000 (19:03 +0000)
committerAndi Gutmans <andi@php.net>
Thu, 24 Aug 2000 19:03:35 +0000 (19:03 +0000)
- I hope what made me do this patch doesn't appear again.

Zend/zend_execute.c

index 2c197f6232823478e7e23d6f74952b30e7d82b79..f8d1c1732261b324362d6e4ca7ace873f0b7753c 100644 (file)
@@ -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;