From 9743860d35c17da9b36c104c16cb06122d6cf6f6 Mon Sep 17 00:00:00 2001 From: Sascha Schumann Date: Sat, 4 May 2002 18:33:13 +0000 Subject: simplify handling of variables by maintaining two strings which are simply appended instead of traversing the hash table on each URL/form. also fix an unconditional segfault in rshutdown due to efree'ing a static char *. remove remove_var, add reset_vars. move the function declarations into the right header file. --- ext/standard/basic_functions.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ext/standard/basic_functions.c') diff --git a/ext/standard/basic_functions.c b/ext/standard/basic_functions.c index 54fc66b4fc..cbb9922da6 100644 --- a/ext/standard/basic_functions.c +++ b/ext/standard/basic_functions.c @@ -811,7 +811,7 @@ function_entry basic_functions[] = { PHP_FE(aggregation_info, first_arg_force_ref) PHP_FE(output_add_rewrite_var, NULL) - PHP_FE(output_remove_rewrite_var, NULL) + PHP_FE(output_reset_rewrite_vars, NULL) {NULL, NULL, NULL} }; -- cgit v1.2.1