diff --git a/main/php_variables.c b/main/php_variables.c index 8379cfa955c..17a0d825927 100644 --- a/main/php_variables.c +++ b/main/php_variables.c @@ -668,7 +668,7 @@ int php_hash_environment(TSRMLS_D) } for (i=0; irefcount++; if (PG(register_long_arrays)) { zend_hash_update(&EG(symbol_table), auto_global_records[i].long_name, auto_global_records[i].long_name_len, &PG(http_globals)[i], sizeof(zval *), NULL); PG(http_globals)[i]->refcount++;