Revision tags: php-4.0.4RC3 |
|
#
9e40204f |
| 07-Nov-2000 |
Zeev Suraski |
@- In CGI mode, $HTTP_SERVER_VARS now includes all of the environment variables @ as well (Zeev)
|
#
43ff395b |
| 02-Nov-2000 |
Sascha Schumann |
Const'ify part of sapi_request_info. query_string, post_data, path_translated, request_uri, auth_user, auth_password and argv0 are modified, so they cannot become const.
|
Revision tags: php-4.0.3, php-4.0.3RC2, php-4.0.3RC1 |
|
#
1ccac6ed |
| 11-Sep-2000 |
Stanislav Malyshev |
Add additional parameter to parse_str for saving result (thanks to John Bafford <dshadow@zort.net>) @ Added second parameter for parse_str to save result (John Bafford)
|
#
eb321449 |
| 05-Sep-2000 |
Zeev Suraski |
- Remove track_vars - it is now always on - Make the various $HTTP_*_VARS[] arrays be defined always, even if they're empty - Fix Win32 build and warnings
|
Revision tags: php-4.0.2, PRE_LIBMYSQL_REVERT, php-4.0.2RC1 |
|
#
8e0ae5d1 |
| 21-Aug-2000 |
Sascha Schumann |
Cleaning up some mess
|
Revision tags: PRE_FILE_COMPILE_API_CHANGE, PRE_METHOD_CALL_SEPERATE_FIX_PATCH, php-4.0.1pl1, php-4.0.1, php-4.0.1RC2, php-4.0.1RC, PRE_EIGHT_BYTE_ALLOC_PATCH, php-4.0.0 |
|
#
e043439f |
| 18-May-2000 |
Zeev Suraski |
Update the license with the new clause 6
|
Revision tags: php-4.0RC2 |
|
#
d0f3764e |
| 04-May-2000 |
Sascha Schumann |
Change reentrancy API to always use the php prefix. Check for the declaration of reentrant functions, so that we can use them in non-ZTS mode on all platforms.
|
Revision tags: PHP-4.0-RC1 |
|
#
5b2bad38 |
| 24-Mar-2000 |
Andi Gutmans |
- Nuke hash_*_ptr() functions
|
#
583556a3 |
| 28-Feb-2000 |
Zeev Suraski |
@- Switched back to the old $HTTP_*_VARS[] behavior - $HTTP_GET_VARS["foo"] @ and $foo are no longer references to each other, but separate variables @ like they were prior to PHP 4.0 Beta
@- Switched back to the old $HTTP_*_VARS[] behavior - $HTTP_GET_VARS["foo"] @ and $foo are no longer references to each other, but separate variables @ like they were prior to PHP 4.0 Beta 4 (Zeev)
show more ...
|
#
0e90b9dc |
| 26-Feb-2000 |
Zeev Suraski |
@- The various $HTTP_*_VARS[] are now protected, and cannot be manipulated by @ user input (Zeev) This patch is untested! I'll only have time to test it thoroughly in a couple of hours...
|
Revision tags: php-4.0b4pl1 |
|
#
361ae688 |
| 21-Feb-2000 |
Thies C. Arntzen |
@- Fixed crash when magic_quotes were switched off. (Thies)
|
Revision tags: php-4.0b4, php-4.0b4_rc1 |
|
#
9b621d1c |
| 19-Feb-2000 |
Zeev Suraski |
Get the license right... (this won't make it to RC1 of B4)
|
#
739bdec5 |
| 19-Feb-2000 |
Zeev Suraski |
Worked on beautifying rfc1867.c a bit @- Introduced $HTTP_POST_FILES[], that contains information about files uploaded @ through HTTP upload (Zeev)
|
#
a6393de6 |
| 17-Feb-2000 |
Zeev Suraski |
Make POST handling the way it should be. RFC1867, and any future POST handlers we might have in the future now obey to the variables_order directive, and there's a real way modular way to ha
Make POST handling the way it should be. RFC1867, and any future POST handlers we might have in the future now obey to the variables_order directive, and there's a real way modular way to handle POST content. This is all untested, BEFORE_SAPI_POST_PATCH_17_FEB_2000 tagged before submission @- Made multipart/form-data content obey to the variables_order directive (Zeev)
show more ...
|
Revision tags: BEFORE_SAPI_POST_PATCH_17_FEB_2000 |
|
#
4a211a80 |
| 15-Feb-2000 |
Zeev Suraski |
@- Fixed RFC1867 file upload under Windows (Zeev) Fixed a memory leak
|
#
3811b58a |
| 13-Feb-2000 |
Andi Gutmans |
- Improve startup speed a bit by using the hash_*_ptr() functions
|
Revision tags: BEFORE_SAPIFICATION_FEB_10_2000 |
|
#
b2449f92 |
| 29-Jan-2000 |
Zeev Suraski |
- Change the argument order of php_register_variable() to something more intuitive. - Make the authentication variables be a part of the HTTP_SERVER_VARS[] array
|
#
99f079a3 |
| 28-Jan-2000 |
Zeev Suraski |
- A few fixes - Added register_argv_argc directive to allow disabling of argv/argc
|
#
9ab35ae3 |
| 28-Jan-2000 |
Zeev Suraski |
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
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)
show more ...
|