summaryrefslogtreecommitdiff
path: root/main/output.c
diff options
context:
space:
mode:
authorZeev Suraski <zeev@php.net>1999-12-17 19:51:39 +0000
committerZeev Suraski <zeev@php.net>1999-12-17 19:51:39 +0000
commita3c65143323804b4780fb0bd90c03acc03eac583 (patch)
treee2b10d65e8b34a20651e368bad72183b1ae489f8 /main/output.c
parent02d3b39420839c9e09fd7c391f158e5c510bd600 (diff)
downloadphp-git-a3c65143323804b4780fb0bd90c03acc03eac583.tar.gz
More php3_ annihilation
Diffstat (limited to 'main/output.c')
-rw-r--r--main/output.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/main/output.c b/main/output.c
index a4b022313c..721379471b 100644
--- a/main/output.c
+++ b/main/output.c
@@ -334,7 +334,7 @@ static int php_ub_body_write(const char *str, uint str_length)
if (SG(request_info).headers_only) {
zend_bailout();
}
- if (php3_header()) {
+ if (php_header()) {
OG(php_body_write) = php_ub_body_write_no_header;
result = php_ub_body_write_no_header(str, str_length);
}