summaryrefslogtreecommitdiff
path: root/main/rfc1867.c
Commit message (Expand)AuthorAgeFilesLines
* Fix: Now returns correct Content-Type with Opera 6.01Stefan Esser2002-03-101-1/+13
* Move type-handling functions into ext/standard/type.c (which hadjim winstead2002-01-091-1/+0
* Nuke unused variable warning (end_arr).Jon Parise2002-01-041-2/+1
* whitespace. - now i know how code should look like ...Stefan Esser2001-12-161-4/+12
* fixed: php_ap_getword was unaware of quotesStefan Esser2001-12-161-21/+32
* fixed some minor bugs and reordered some code to fix array uploads.Stefan Esser2001-12-131-17/+17
* Update headers.Sebastian Bergmann2001-12-111-2/+2
* Store the read bytes so that some sapi modules know how much to read.foobar2001-12-051-0/+1
* - Handle more error types when uploading files.foobar2001-11-241-4/+15
* whitespaceZeev Suraski2001-11-241-13/+13
* whitespaceZeev Suraski2001-11-241-36/+48
* - Nuked some memleaksfoobar2001-11-161-16/+18
* No use of populating the hash if there is no file saved.foobar2001-11-161-3/+2
* In case of submitting form without any files selected don't setfoobar2001-11-151-6/+1
* Make the filesize 0 when upload fails. And changed the error messages to be d...foobar2001-11-111-18/+22
* Fix for bug: #14008. Still needs some minor changes but should give idea abou...foobar2001-11-111-15/+33
* After discussing with Rasmus, this line should be enough. Speak up if it is not.foobar2001-10-291-0/+5
* - Added myself to authors.foobar2001-10-291-2/+16
* @- Fixed HTTP file upload support to handle big files better. (Jani)foobar2001-10-271-393/+655
* Back-substitute for Z_* macro's. If it breaks some extension (the script isn'...Jeroen van Wolffelaar2001-09-251-2/+2
* - Commit fix for bug #11998 by Ralf Bolte <r.bolte@gmx.net>Andi Gutmans2001-09-231-28/+60
* - Don't wrap lines... this is annoying while coding.Derick Rethans2001-09-091-2/+2
* First step for chunkifying the HTTP uploads.foobar2001-09-031-5/+54
* fix SAPI_POST_* exportsDaniel Beulshausen2001-08-151-1/+1
* - 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