summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThies C. Arntzen <thies@php.net>2001-07-30 14:52:16 +0000
committerThies C. Arntzen <thies@php.net>2001-07-30 14:52:16 +0000
commitb1cc3bd1d6fc893e6f8daebde80a8dad7cb72780 (patch)
treeacc3d364fe37bc94e30315d8f867755a691dce66
parent859339c1a7e8915db031be481ed578e2606e6062 (diff)
downloadphp-git-b1cc3bd1d6fc893e6f8daebde80a8dad7cb72780.tar.gz
fix compile
-rw-r--r--sapi/cgi/cgi_main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sapi/cgi/cgi_main.c b/sapi/cgi/cgi_main.c
index 5914064f3e..08ff40ce37 100644
--- a/sapi/cgi/cgi_main.c
+++ b/sapi/cgi/cgi_main.c
@@ -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;