From: Thies C. Arntzen Date: Sat, 12 Feb 2000 18:03:09 +0000 (+0000) Subject: having HTTP_UPLOAD_FILES[] seems logical to me X-Git-Tag: BEFORE_SAPI_POST_PATCH_17_FEB_2000~66 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=d1db3691a163109488a5cadb8781c7137ca9267d;p=php having HTTP_UPLOAD_FILES[] seems logical to me --- diff --git a/TODO b/TODO index d57c22bec4..e4c3126243 100644 --- a/TODO +++ b/TODO @@ -33,6 +33,7 @@ global * make SAPI conform to CGI/1.1. Currently, all SAPI modules define REMOTE_ADDR etc. themselves and reach only various level of compliance. + * create $HTTP_UPLOAD_FILES[]. documentation -------------