From d5dc2cd22cfc2caef02673bfd52bf90971bc674e Mon Sep 17 00:00:00 2001 From: Andi Gutmans Date: Sun, 6 Jun 1999 15:00:49 +0000 Subject: [PATCH] - Remove the is_ref =1 from the push() function. --- ext/standard/basic_functions.c | 1 - 1 file changed, 1 deletion(-) 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); -- 2.50.1