mirror of
https://github.com/php/php-src.git
synced 2025-08-16 05:58:45 +02:00
- Use the right variable name
This commit is contained in:
parent
5e84cb97a0
commit
c7496d3db8
1 changed files with 1 additions and 1 deletions
|
@ -128,7 +128,7 @@ if (!ini_get('register_long_arrays')) {
|
|||
$HTTP_COOKIE_VARS =& $_COOKIE;
|
||||
$HTTP_SERVER_VARS =& $_SERVER;
|
||||
$HTTP_ENV_VARS =& $_ENV;
|
||||
$HTTP_FILES_VARS =& $_FILES;
|
||||
$HTTP_POST_FILES =& $_FILES;
|
||||
}
|
||||
?>
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue