@- 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)
This commit is contained in:
Zeev Suraski 2000-02-28 05:33:43 +00:00
parent 45315698d8
commit 583556a3c2

View file

@ -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++;