Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | sed -i "s#1997-2009#1997-2010#g" **/*.c **/*.h **/*.php | Sebastian Bergmann | 2010-01-03 | 1 | -1/+1 |
| | |||||
* | MFH: Bump copyright year, 3 of 3. | Sebastian Bergmann | 2008-12-31 | 1 | -1/+1 |
| | |||||
* | MFH: Bump copyright year, 2 of 2. | Sebastian Bergmann | 2007-12-31 | 1 | -1/+1 |
| | |||||
* | MFH: Bump year. | Sebastian Bergmann | 2007-01-01 | 1 | -1/+1 |
| | |||||
* | eliminate compilation warnings on AIX | Antony Dovgal | 2006-07-26 | 1 | -1/+1 |
| | |||||
* | Added RFC1867 fileupload processing hook. | Stefan Esser | 2006-07-22 | 1 | -0/+43 |
| | |||||
* | bump year and license version | foobar | 2006-01-01 | 1 | -3/+3 |
| | |||||
* | - Bumber up year | foobar | 2005-08-03 | 1 | -1/+1 |
| | |||||
* | - Happy new year and PHP 5 for rest of the files too.. | foobar | 2004-01-08 | 1 | -2/+2 |
| | | | | | # Should the LICENSE and Zend/LICENSE dates be updated too? | ||||
* | updating license information in the headers. | James Cox | 2003-06-10 | 1 | -3/+3 |
| | |||||
* | ws fixes + missing $Id$ tags, headers added | foobar | 2003-02-19 | 1 | -0/+20 |
| | |||||
* | - Added predefined constants for the upload errors. | foobar | 2002-07-12 | 1 | -0/+1 |
| | | | | | - Removed the debugging error (not useful for end-users) | ||||
* | Removed unused lines. | foobar | 2001-09-05 | 1 | -3/+0 |
| | |||||
* | fix SAPI_POST_* exports | Daniel Beulshausen | 2001-08-15 | 1 | -2/+2 |
| | |||||
* | Redesigned thread safety mechanism - nua nua | Zeev Suraski | 2001-07-28 | 1 | -1/+1 |
| | |||||
* | Security related updates: | Zeev Suraski | 2000-09-09 | 1 | -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 Schumann | 2000-07-02 | 1 | -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 Suraski | 2000-02-17 | 1 | -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 compiler | Mike Gerdts | 1999-08-03 | 1 | -1/+1 |
| | |||||
* | Add container for file-upload. It's not quite implemented yet. | Zeev Suraski | 1999-05-25 | 1 | -0/+12 |