summaryrefslogtreecommitdiff
path: root/main/rfc1867.h
Commit message (Collapse)AuthorAgeFilesLines
* Security related updates:Zeev Suraski2000-09-091-0/+2
| | | | | | | | | - Introduce php_open_temporary_file(), in place of tempnam(). Still needs testing under UNIX (mkstemp()), works reliably under Windows now. - Reimplement the mechanism for unlinking uploaded files at the end of the request (was it ever tested?). Files moved with move_uploaded_file() will not be unlink()'d again, to avoid (albeit very unlikely) race conditions.
* Change header protection macros to conform to standard.Sascha Schumann2000-07-021-3/+3
| | | | | | | | | Draft 3 of IEEE 1003.1 200x, "2.2 The Compilation Environment" All identifiers that begin with an underscore and either an uppercase letter or another underscore are always reserved for any use by the implementation.
* Make POST handling the way it should be. RFC1867, and any future POST ↵Zeev Suraski2000-02-171-0/+1
| | | | | | | | | | 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)
* Last character of file not a newline, causing problems with Sun's C compilerMike Gerdts1999-08-031-1/+1
|
* Add container for file-upload. It's not quite implemented yet.Zeev Suraski1999-05-251-0/+12