summaryrefslogtreecommitdiff
path: root/main/php_variables.h
diff options
context:
space:
mode:
authorZeev Suraski <zeev@php.net>2000-02-17 20:23:59 +0000
committerZeev Suraski <zeev@php.net>2000-02-17 20:23:59 +0000
commita6393de6f7211ec72c1cdffbc30078fe35ce87c3 (patch)
treec065f101d37a1b091657cd7f7f3418126e51f1a6 /main/php_variables.h
parent8805f09d87b09e43cef2b33be93dfb004c4a18b1 (diff)
downloadphp-git-a6393de6f7211ec72c1cdffbc30078fe35ce87c3.tar.gz
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)
Diffstat (limited to 'main/php_variables.h')
-rw-r--r--main/php_variables.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/main/php_variables.h b/main/php_variables.h
index 932b86bcc2..33797f8333 100644
--- a/main/php_variables.h
+++ b/main/php_variables.h
@@ -44,4 +44,5 @@ void php_treat_data(int arg, char *str ELS_DC PLS_DC SLS_DC);
void php_import_environment_variables(ELS_D PLS_DC);
PHPAPI void php_register_variable(char *var, char *val, pval *track_vars_array ELS_DC PLS_DC);
+
#endif /* _PHP_VARIABLES_H */