summaryrefslogtreecommitdiff
path: root/cgi_main.c
diff options
context:
space:
mode:
authorZeev Suraski <zeev@php.net>1999-09-12 03:25:02 +0000
committerZeev Suraski <zeev@php.net>1999-09-12 03:25:02 +0000
commita1784083e98ed4cc26ee1f5e5ff23ba08887e643 (patch)
treed71978d77dcd9b340e04058f021988277a56bbd2 /cgi_main.c
parent5a6b8653b9f9fcb11227f0983b37ea140cbd21f4 (diff)
downloadphp-git-a1784083e98ed4cc26ee1f5e5ff23ba08887e643.tar.gz
Time to do that - rename the output layer prefix
Diffstat (limited to 'cgi_main.c')
-rw-r--r--cgi_main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/cgi_main.c b/cgi_main.c
index 24ceb764ea..6056d4fd8d 100644
--- a/cgi_main.c
+++ b/cgi_main.c
@@ -372,7 +372,7 @@ any .htaccess restrictions anywhere on your site you can leave doc_root undefine
break;
case 'h':
case '?':
- zend_output_startup();
+ php_output_startup();
SG(headers_sent) = 1;
php_cgi_usage(argv[0]);
exit(1);