summaryrefslogtreecommitdiff
path: root/php_gpce.c
Commit message (Collapse)AuthorAgeFilesLines
* Tried to centralize global variable registration as much as possible:Zeev Suraski2000-01-281-292/+0
| | | | | | | | | | | | - 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)
* Use a more general and descriptive nameZeev Suraski2000-01-281-2/+2
|
* post.c really had nothing to do with POST anymore, and it belongs to the top ↵Zeev Suraski2000-01-281-0/+292
level directory