From: Hartmut Holzgraefe Date: Tue, 17 Sep 2002 12:59:36 +0000 (+0000) Subject: stupid lino-typo .... :( X-Git-Tag: MODERN_SYMMETRIC_SESSION_BEHAVIOUR_20021003~314 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=c5d4be214cb75afe1ad6353b313feb2530c597db;p=php stupid lino-typo .... :( --- diff --git a/ext/standard/basic_functions.c b/ext/standard/basic_functions.c index 916ffbcea6..c257f58e0d 100644 --- a/ext/standard/basic_functions.c +++ b/ext/standard/basic_functions.c @@ -541,8 +541,8 @@ function_entry basic_functions[] = { PHP_FE(ini_restore, NULL) PHP_FE(setcookie, NULL) - PHP_FE(header, first_and_second__args_force_ref) - PHP_FE(headers_sent, NULL) + PHP_FE(header, NULL) + PHP_FE(headers_sent, first_and_second__args_force_ref) PHP_FE(connection_aborted, NULL) PHP_FE(connection_status, NULL)