]> granicus.if.org Git - php/commit
Make POST handling the way it should be. RFC1867, and any future POST handlers we...
authorZeev Suraski <zeev@php.net>
Thu, 17 Feb 2000 20:23:59 +0000 (20:23 +0000)
committerZeev Suraski <zeev@php.net>
Thu, 17 Feb 2000 20:23:59 +0000 (20:23 +0000)
commita6393de6f7211ec72c1cdffbc30078fe35ce87c3
treec065f101d37a1b091657cd7f7f3418126e51f1a6
parent8805f09d87b09e43cef2b33be93dfb004c4a18b1
Make POST handling the way it should be.  RFC1867, and any future POST 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)
ext/fdf/fdf.c
main/SAPI.c
main/SAPI.h
main/main.c
main/php_content_types.c
main/php_content_types.h
main/php_variables.c
main/php_variables.h
main/rfc1867.c
main/rfc1867.h