summaryrefslogtreecommitdiff
path: root/main/rfc1867.h
Commit message (Collapse)AuthorAgeFilesLines
* sed -i "s#1997-2009#1997-2010#g" **/*.c **/*.h **/*.phpSebastian Bergmann2010-01-031-1/+1
|
* MFH: Bump copyright year, 3 of 3.Sebastian Bergmann2008-12-311-1/+1
|
* MFH: Bump copyright year, 2 of 2.Sebastian Bergmann2007-12-311-1/+1
|
* MFH: Bump year.Sebastian Bergmann2007-01-011-1/+1
|
* eliminate compilation warnings on AIXAntony Dovgal2006-07-261-1/+1
|
* Added RFC1867 fileupload processing hook.Stefan Esser2006-07-221-0/+43
|
* bump year and license versionfoobar2006-01-011-3/+3
|
* - Bumber up yearfoobar2005-08-031-1/+1
|
* - Happy new year and PHP 5 for rest of the files too..foobar2004-01-081-2/+2
| | | | | # Should the LICENSE and Zend/LICENSE dates be updated too?
* updating license information in the headers.James Cox2003-06-101-3/+3
|
* ws fixes + missing $Id$ tags, headers addedfoobar2003-02-191-0/+20
|
* - Added predefined constants for the upload errors.foobar2002-07-121-0/+1
| | | | | - Removed the debugging error (not useful for end-users)
* Removed unused lines.foobar2001-09-051-3/+0
|
* fix SAPI_POST_* exportsDaniel Beulshausen2001-08-151-2/+2
|
* Redesigned thread safety mechanism - nua nuaZeev Suraski2001-07-281-1/+1
|
* 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