summaryrefslogtreecommitdiff
path: root/main/main.c
diff options
context:
space:
mode:
Diffstat (limited to 'main/main.c')
-rw-r--r--main/main.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/main/main.c b/main/main.c
index 927fd77200..e2ad88337b 100644
--- a/main/main.c
+++ b/main/main.c
@@ -630,7 +630,7 @@ int php_request_startup(CLS_D ELS_DC PLS_DC SLS_DC)
}
if (PG(output_buffering)) {
- php_start_ob_buffering();
+ php_start_ob_buffer();
} else if (PG(implicit_flush)) {
php_start_implicit_flush();
}
@@ -659,7 +659,7 @@ void php_request_shutdown(void *dummy)
}
sapi_send_headers();
- php_end_ob_buffering(SG(request_info).headers_only?0:1);
+ php_end_ob_buffers(SG(request_info).headers_only?0:1);
php_call_shutdown_functions();