From 6fa5ac832fb3d17a51233e9f24fe23c76a876e89 Mon Sep 17 00:00:00 2001 From: Zeev Suraski Date: Sat, 21 Jul 2001 16:18:03 +0000 Subject: [PATCH] Fix Apache build --- sapi/apache/sapi_apache.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sapi/apache/sapi_apache.c b/sapi/apache/sapi_apache.c index ef05150842..5d5a7fbc96 100644 --- a/sapi/apache/sapi_apache.c +++ b/sapi/apache/sapi_apache.c @@ -93,7 +93,7 @@ int apache_php_module_main(request_rec *r, int display_source_mode CLS_DC ELS_DC zend_try { php_end_ob_buffers(1); php_header(); /* Make sure headers have been sent */ - } + } zend_end_try(); return (OK); } /* }}} */ -- 2.50.1