summaryrefslogtreecommitdiff
path: root/main/rfc1867.c
Commit message (Expand)AuthorAgeFilesLines
* This commit was manufactured by cvs2svn to create tagPRE_METHOD_DEREFERENCE_PATCHSVN Migration2001-08-081-484/+0
* - TSRMLS_FETCH workZeev Suraski2001-08-051-3/+3
* More TSRMLS_FETCH workZeev Suraski2001-07-311-2/+2
* Redesigned thread safety mechanism - nua nuaZeev Suraski2001-07-281-30/+28
* - Get rid of ELS_*(), and use TSRMLS_*() instead.Zeev Suraski2001-07-271-20/+20
* Another layout fixZeev Suraski2001-07-161-2/+3
* Fix layoutZeev Suraski2001-07-161-4/+5
* Fix one problem with Opera browsers. Tested with IE,NS,Opera.foobar2001-06-191-7/+7
* Fix folding and clean up some extensionsRasmus Lerdorf2001-06-061-1/+2
* vim-6 does folding - clean up a bunch of missing folding tags plusRasmus Lerdorf2001-06-051-0/+1
* Now the file uploads 'work' also on Lynx. This patch was submittedfoobar2001-05-021-12/+25
* - Change macros from V_ to VCWD_ because of AIX name clashAndi Gutmans2001-04-301-1/+1
* - Fix copyright notices with 2001Andi Gutmans2001-02-261-1/+1
* Make the code match the comment.Sascha Schumann2001-01-191-1/+1
* Use free_estring()Zeev Suraski2001-01-151-7/+1
* arr_index errorneusly included the trailing ']' character, so thatSascha Schumann2001-01-131-1/+1
* Fix #8486 (name= without quotes in MIME Content-Disposition header)Stanislav Malyshev2001-01-031-3/+12
* Fix off by one error in file upload codeRasmus Lerdorf2000-12-081-1/+1
* Remove empty temp file on failed uploadStanislav Malyshev2000-10-301-1/+4
* Parse quoted boundary correctlySascha Schumann2000-10-201-0/+6
* Fix warningZeev Suraski2000-10-171-0/+1
* - Move php_open_temporary_file() out of file.cAndi Gutmans2000-09-111-1/+1
* More security-related (control) patches:Zeev Suraski2000-09-091-3/+8
* Security related updates:Zeev Suraski2000-09-091-20/+46
* - Implemented is_upload_file()Zeev Suraski2000-09-081-2/+10
* Send $HTTP_POST_FILES to the right placeZeev Suraski2000-09-071-1/+1
* - Remove track_vars - it is now always onZeev Suraski2000-09-051-6/+4
* Protect arrays as well.Zeev Suraski2000-09-041-19/+19
* Prevent exploit in [tmp_name] as wellZeev Suraski2000-09-041-0/+1
* Fix the logic. Tested.Zeev Suraski2000-09-041-2/+2
* 3rd time's a charmZeev Suraski2000-09-041-2/+1
* Fix the fixZeev Suraski2000-09-041-3/+2
* Fix the file upload security problem with no side effects (untested)Zeev Suraski2000-09-041-18/+46
* Quick-fix for the file upload security alertRasmus Lerdorf2000-09-041-2/+9
* Support content-encoding headers in file upload mime partsRasmus Lerdorf2000-08-061-6/+16
* Fix file upload types array handling (#5836)Stanislav Malyshev2000-07-301-18/+21
* @ Add support for both indexed and non-indexed arrays of file uploadsRasmus Lerdorf2000-06-041-11/+57
* Update the license with the new clause 6Zeev Suraski2000-05-181-2/+2
* - Change PHP_ to V_ (directory & file functions)Andi Gutmans2000-04-151-1/+1
* *** empty log message ***Zeev Suraski2000-04-021-1/+1
* @- Add $HTTP_POST_FILES[filename][tmp_name] - it was previously impossible toZeev Suraski2000-04-021-1/+8
* - Baby steps... Use PHP_FOPEN()Andi Gutmans2000-03-301-1/+1
* - Protect $HTTP_POST_FILES[] as wellZeev Suraski2000-02-261-1/+1
* Get the license right... (this won't make it to RC1 of B4)Zeev Suraski2000-02-191-2/+2
* Worked on beautifying rfc1867.c a bitZeev Suraski2000-02-191-15/+72
* Make POST handling the way it should be. RFC1867, and any future POST handle...Zeev Suraski2000-02-171-16/+5
* @- Fixed RFC1867 file upload under Windows (Zeev)Zeev Suraski2000-02-151-3/+4
* @- Workaround for bogus POST-Data from IE/Mac. (Thies)Thies C. Arntzen2000-02-121-2/+8
* - Change the argument order of php_register_variable() to something moreZeev Suraski2000-01-291-1/+1
* Tried to centralize global variable registration as much as possible:Zeev Suraski2000-01-281-1/+1