]> granicus.if.org Git - php/commitdiff
Fix for bug #1891
authorAndrey Hristov <andrey@php.net>
Tue, 27 Jul 1999 13:40:54 +0000 (13:40 +0000)
committerAndrey Hristov <andrey@php.net>
Tue, 27 Jul 1999 13:40:54 +0000 (13:40 +0000)
ext/standard/basic_functions.c

index 2871958b830ca317df2625c2b6a9b98558542e48..f87e198df81456e7301ca2950f60321471b26c84 100644 (file)
@@ -296,7 +296,7 @@ function_entry basic_functions[] = {
        PHP_FE(print_r,                                 NULL)
        
        PHP_FE(setcookie,                                                               NULL)
-       PHP_FE(Header,                                                                  NULL)
+       PHP_NAMED_FE(header,            PHP_FN(Header),                                                 NULL)
        PHP_FE(headers_sent,                                                    NULL)
        
        PHP_FE(function_exists,                         NULL)