]> granicus.if.org Git - php/commitdiff
fix compile
authorThies C. Arntzen <thies@php.net>
Mon, 30 Jul 2001 14:52:16 +0000 (14:52 +0000)
committerThies C. Arntzen <thies@php.net>
Mon, 30 Jul 2001 14:52:16 +0000 (14:52 +0000)
sapi/cgi/cgi_main.c

index 5914064f3e1c52850d5972e58ff0b449935f79ad..08ff40ce3789c22f0f6c199b8687038f741d4233 100644 (file)
@@ -570,7 +570,7 @@ any .htaccess restrictions anywhere on your site you can leave doc_root undefine
                                                        SG(headers_sent) = 1;
                                                        SG(request_info).no_headers = 1;
                                                }
-                                               php_print_info(0xFFFFFFFF);
+                                               php_print_info(0xFFFFFFFF TSRMLS_CC);
                                                exit(1);
                                                break;