mirror of
https://github.com/php/php-src.git
synced 2025-08-15 21:48:51 +02:00
@- 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:
parent
45315698d8
commit
583556a3c2
1 changed files with 0 additions and 1 deletions
|
@ -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++;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue