Remove a lot of 100% redundent code
This commit is contained in:
Zeev Suraski 2001-06-13 17:04:36 +00:00
parent a86a08cc06
commit 1093ed17fb
5 changed files with 56 additions and 164 deletions

View file

@ -372,7 +372,7 @@ function_entry basic_functions[] = {
PHP_FE(print_r, NULL)
PHP_FE(setcookie, NULL)
PHP_NAMED_FE(header, PHP_FN(Header), NULL)
PHP_FE(header, NULL)
PHP_FE(headers_sent, NULL)
PHP_FE(connection_aborted, NULL)
@ -857,7 +857,6 @@ PHP_RINIT_FUNCTION(basic)
PHP_RINIT(lcg)(INIT_FUNC_ARGS_PASSTHRU);
#endif
PHP_RINIT(head)(INIT_FUNC_ARGS_PASSTHRU);
PHP_RINIT(filestat)(INIT_FUNC_ARGS_PASSTHRU);
PHP_RINIT(syslog)(INIT_FUNC_ARGS_PASSTHRU);
PHP_RINIT(assert)(INIT_FUNC_ARGS_PASSTHRU);