From: Andi Gutmans Date: Sun, 6 Jun 1999 15:00:49 +0000 (+0000) Subject: - Remove the is_ref =1 from the push() function. X-Git-Tag: BEFORE_REMOVING_GC_STEP1~189 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=d5dc2cd22cfc2caef02673bfd52bf90971bc674e;p=php - Remove the is_ref =1 from the push() function. --- diff --git a/ext/standard/basic_functions.c b/ext/standard/basic_functions.c index 8a5047327d..0fb1571edb 100644 --- a/ext/standard/basic_functions.c +++ b/ext/standard/basic_functions.c @@ -2553,7 +2553,6 @@ PHP_FUNCTION(push) and add it to the end of the array */ for (i=1; iis_ref = 1; new_var->refcount++; zend_hash_next_index_insert(stack->value.ht, &new_var, sizeof(zval *), NULL);