From 583556a3c24415e6bf265349d5edf4555e0afa1a Mon Sep 17 00:00:00 2001 From: Zeev Suraski Date: Mon, 28 Feb 2000 05:33:43 +0000 Subject: @- Switched back to the old $HTTP_*_VARS[] behavior - $HTTP_GET_VARS["foo"] @ and $foo are no longer references to each other, but separate variables @ like they were prior to PHP 4.0 Beta 4 (Zeev) --- main/php_variables.c | 1 - 1 file changed, 1 deletion(-) (limited to 'main/php_variables.c') diff --git a/main/php_variables.c b/main/php_variables.c index 84c487d01f..53aead4f6d 100644 --- a/main/php_variables.c +++ b/main/php_variables.c @@ -176,7 +176,6 @@ PHPAPI void php_register_variable_ex(char *var, zval *val, pval *track_vars_arra } if (top_gpc_p) { - (*top_gpc_p)->is_ref = 1; if (symtable2) { zend_hash_update_ptr(symtable2, var, var_len+1, *top_gpc_p, sizeof(zval *), NULL); (*top_gpc_p)->refcount++; -- cgit v1.2.1