summaryrefslogtreecommitdiff
path: root/main/rfc1867.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Use a more general and descriptive nameZeev Suraski2000-01-281-1/+1
* post.c really had nothing to do with POST anymore, and it belongs to the top ...Zeev Suraski2000-01-281-0/+1
* Get rid of the old implementationZeev Suraski2000-01-281-1/+1
* Happy Y2K patch! Happy new year (or the new millennium, depending on whetherSascha Schumann2000-01-011-1/+1
* Change ALLOC_ZVAL() semanticsZeev Suraski1999-12-261-1/+1
* - Move more stuff to ALLOC_ZVAL(). We need to add those FREE_ZVAL()'s now.Andi Gutmans1999-12-241-1/+1
* More php3_ annihilationZeev Suraski1999-12-171-2/+2
* Fix some warningsSascha Schumann1999-12-051-1/+1
* Clean up php3.*\.h files. The files itself are renamed, and references in allSascha Schumann1999-12-041-1/+1
* files are now resources, file.c is thread-safe, the le_ vars are no longer sh...Thies C. Arntzen1999-10-151-5/+2
* starting to clean-up/new API'ize and resourcify the file-stuff - nothing happ...Thies C. Arntzen1999-10-121-1/+1
* - Added support for unknown POST content types (Zeev)Zeev Suraski1999-09-161-1/+1
* - Rewrote the GET/POST/Cookie data reader to support multi-dimensionalZeev Suraski1999-09-121-1/+1
* Cleanups & optimizationsZeev Suraski1999-09-111-1/+1
* CleanupsZeev Suraski1999-09-111-1/+1
* Removed '3' from key functions in PHP (maintained compatibility throughZeev Suraski1999-08-021-10/+10
* License updateZeev Suraski1999-07-161-20/+9
* Don't touch refcount and EA directlyZeev Suraski1999-07-091-2/+1
* Step 2:Zeev Suraski1999-07-091-1/+1
* First attempt at moving the old RFC1867 support to the right placeZeev Suraski1999-06-121-10/+263
* * Get Apache module to compile again with the regex stuff.Zeev Suraski1999-05-281-0/+3
* Add container for file-upload. It's not quite implemented yet.Zeev Suraski1999-05-251-0/+24