From 739bdec582f13a95379f77cf143a23d089d2bba0 Mon Sep 17 00:00:00 2001 From: Zeev Suraski Date: Sat, 19 Feb 2000 20:12:26 +0000 Subject: Worked on beautifying rfc1867.c a bit @- Introduced $HTTP_POST_FILES[], that contains information about files uploaded @ through HTTP upload (Zeev) --- main/php_variables.h | 1 + 1 file changed, 1 insertion(+) (limited to 'main/php_variables.h') 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 */ -- cgit v1.2.1