#
b4705063 |
| 04-Sep-2000 |
Zeev Suraski |
Fix the fix |
#
ed453cc9 |
| 04-Sep-2000 |
Zeev Suraski |
Fix the file upload security problem with no side effects (untested) |
#
43fefff1 |
| 04-Sep-2000 |
Rasmus Lerdorf |
Quick-fix for the file upload security alert @Quick-fix for the file upload security alert (Rasmus) |
Revision tags: php-4.0.2, PRE_LIBMYSQL_REVERT, php-4.0.2RC1, PRE_FILE_COMPILE_API_CHANGE |
|
#
da1b7847 |
| 06-Aug-2000 |
Rasmus Lerdorf |
Support content-encoding headers in file upload mime parts @- Support content-encoding headers in file upload MIME parts @ (Ragnar Kjørstad) |
#
a790966b |
| 30-Jul-2000 |
Stanislav Malyshev |
Fix file upload types array handling (#5836) |
Revision tags: 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 |
|
#
76061b70 |
| 04-Jun-2000 |
Rasmus Lerdorf |
@ Add support for both indexed and non-indexed arrays of file uploads @ eg. name="file[]" type="file" (Rasmus) Add support for both indexed and non-indexed arrays of file uploads eg. name
@ Add support for both indexed and non-indexed arrays of file uploads @ eg. name="file[]" type="file" (Rasmus) Add support for both indexed and non-indexed arrays of file uploads eg. name="file[]" type="file" (Rasmus)
show more ...
|
Revision tags: php-4.0.0 |
|
#
e043439f |
| 18-May-2000 |
Zeev Suraski |
Update the license with the new clause 6 |
Revision tags: php-4.0RC2 |
|
#
1665cba7 |
| 15-Apr-2000 |
Andi Gutmans |
- Change PHP_ to V_ (directory & file functions) |
#
69ff3963 |
| 02-Apr-2000 |
Zeev Suraski |
*** empty log message *** |
#
18e0850b |
| 02-Apr-2000 |
Zeev Suraski |
@- Add $HTTP_POST_FILES[filename][tmp_name] - it was previously impossible to @ retrieve the temporary name of an uploaded file using $HTTP_POST_FILES[] (Zeev) - Changed IMAP Win32 definitio
@- Add $HTTP_POST_FILES[filename][tmp_name] - it was previously impossible to @ retrieve the temporary name of an uploaded file using $HTTP_POST_FILES[] (Zeev) - Changed IMAP Win32 definitions
show more ...
|
#
9df7df32 |
| 30-Mar-2000 |
Andi Gutmans |
- Baby steps... Use PHP_FOPEN() |
Revision tags: PHP-4.0-RC1 |
|
#
e5c8aeb3 |
| 26-Feb-2000 |
Zeev Suraski |
- Protect $HTTP_POST_FILES[] as well |
Revision tags: php-4.0b4pl1, 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 |
#
829f4f33 |
| 12-Feb-2000 |
Thies C. Arntzen |
@- Workaround for bogus POST-Data from IE/Mac. (Thies) @ Patch by Alain Malek <alain@virtua.ch> fix #2944 |
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 |
#
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 ...
|
#
270eff1d |
| 28-Jan-2000 |
Zeev Suraski |
Use a more general and descriptive name |
#
fc678100 |
| 28-Jan-2000 |
Zeev Suraski |
post.c really had nothing to do with POST anymore, and it belongs to the top level directory |
#
3a35a695 |
| 28-Jan-2000 |
Zeev Suraski |
Get rid of the old implementation |
Revision tags: BEFORE_PRE_SHUTDOWN_REVERSE_PATCH |
|
#
43ae2bff |
| 01-Jan-2000 |
Sascha Schumann |
Happy Y2K patch! Happy new year (or the new millennium, depending on whether you start counting at 0 or 1). |
Revision tags: PRE_ISSET_TYPE |
|
#
235386b2 |
| 26-Dec-1999 |
Zeev Suraski |
Change ALLOC_ZVAL() semantics |
#
3bf1b04c |
| 24-Dec-1999 |
Andi Gutmans |
- Move more stuff to ALLOC_ZVAL(). We need to add those FREE_ZVAL()'s now. |