diff options
author | Zeev Suraski <zeev@php.net> | 2000-02-19 20:12:26 +0000 |
---|---|---|
committer | Zeev Suraski <zeev@php.net> | 2000-02-19 20:12:26 +0000 |
commit | 739bdec582f13a95379f77cf143a23d089d2bba0 (patch) | |
tree | 5d103607b4cf2014b6fc36c13f9f8bbd9b80d3b1 /main/php_variables.h | |
parent | 4f8ae75f4ff028e95a35511fb70caeb9a0419c6f (diff) | |
download | php-git-739bdec582f13a95379f77cf143a23d089d2bba0.tar.gz |
Worked on beautifying rfc1867.c a bit
@- Introduced $HTTP_POST_FILES[], that contains information about files uploaded
@ through HTTP upload (Zeev)
Diffstat (limited to 'main/php_variables.h')
-rw-r--r-- | main/php_variables.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/main/php_variables.h b/main/php_variables.h index 33797f8333..7c36d6fd28 100644 --- a/main/php_variables.h +++ b/main/php_variables.h @@ -43,6 +43,7 @@ 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); +PHPAPI void php_register_variable_ex(char *var, zval *val, pval *track_vars_array ELS_DC PLS_DC); #endif /* _PHP_VARIABLES_H */ |