Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | @- Fixed RFC1867 file upload under Windows (Zeev) | Zeev Suraski | 2000-02-15 | 1 | -1/+12 | |
| | | | | | Fixed a memory leak | |||||
* | - Improve startup speed a bit by using the hash_*_ptr() functions | Andi Gutmans | 2000-02-13 | 1 | -6/+6 | |
| | ||||||
* | - Change the argument order of php_register_variable() to something more | Zeev Suraski | 2000-01-29 | 1 | -3/+3 | |
| | | | | | | intuitive. - Make the authentication variables be a part of the HTTP_SERVER_VARS[] array | |||||
* | - A few fixes | Zeev Suraski | 2000-01-28 | 1 | -1/+1 | |
| | | | | | - Added register_argv_argc directive to allow disabling of argv/argc | |||||
* | Tried to centralize global variable registration as much as possible: | Zeev Suraski | 2000-01-28 | 1 | -0/+317 | |
- 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) |