diff options
author | Zeev Suraski <zeev@php.net> | 2000-01-28 17:24:53 +0000 |
---|---|---|
committer | Zeev Suraski <zeev@php.net> | 2000-01-28 17:24:53 +0000 |
commit | 9ab35ae39367bcd30037c6bfc73ae0c77c35d872 (patch) | |
tree | 0159d87ae935d13e9b82961442d741ce9360b439 /php4dll.dsp | |
parent | 270eff1dfee55220c009cd1a546901339f657b94 (diff) | |
download | php-git-9ab35ae39367bcd30037c6bfc73ae0c77c35d872.tar.gz |
Tried to centralize global variable registration as much as possible:
- Added $HTTP_ENV_VARS[] and $HTTP_SERVER_VARS[] support, which similarly
to $HTTP_GET_VARS[], contain environment and server variables. Setting
register_globals to Off will now also prevent registration of the
environment and server variables into the global scope (Zeev)
- Renamed gpc_globals to register_globals (Zeev)
- Introduced variables_order that deprecates gpc_order, and allows control
over the server and environment variables, in addition to GET/POST/Cookies
(Zeev)
Diffstat (limited to 'php4dll.dsp')
-rw-r--r-- | php4dll.dsp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/php4dll.dsp b/php4dll.dsp index 1e4a084a99..81fd417b9a 100644 --- a/php4dll.dsp +++ b/php4dll.dsp @@ -164,7 +164,7 @@ SOURCE=.\php_content_types.c # End Source File
# Begin Source File
-SOURCE=.\php_gpce.c
+SOURCE=.\php_variables.c
# End Source File
# Begin Source File
@@ -264,7 +264,7 @@ SOURCE=.\php_globals.h # End Source File
# Begin Source File
-SOURCE=.\php_gpce.h
+SOURCE=.\php_variables.h
# End Source File
# Begin Source File
|