diff options
-rw-r--r-- | main/main.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/main/main.c b/main/main.c index 4fb2c9a45d..bcf7ce2432 100644 --- a/main/main.c +++ b/main/main.c @@ -640,7 +640,7 @@ void php_request_shutdown(void *dummy) PLS_FETCH(); if (setjmp(EG(bailout))==0) { - php_end_ob_buffers(SG(request_info).headers_only?0:1); + php_end_ob_buffers((zend_bool)(SG(request_info).headers_only?0:1)); } if (setjmp(EG(bailout))==0) { |