summaryrefslogtreecommitdiff
path: root/sapi/apache
diff options
context:
space:
mode:
authorZeev Suraski <zeev@php.net>2001-07-21 16:18:03 +0000
committerZeev Suraski <zeev@php.net>2001-07-21 16:18:03 +0000
commit6fa5ac832fb3d17a51233e9f24fe23c76a876e89 (patch)
tree3348a2da711243dc8d9d83810f821c6e0542776b /sapi/apache
parent5f2da6f219b7373d357cb2a96a779dbaaab58e8f (diff)
downloadphp-git-6fa5ac832fb3d17a51233e9f24fe23c76a876e89.tar.gz
Fix Apache build
Diffstat (limited to 'sapi/apache')
-rw-r--r--sapi/apache/sapi_apache.c2
1 files changed, 1 insertions, 1 deletions
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);
}
/* }}} */