summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--sapi/cli/php_cli.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sapi/cli/php_cli.c b/sapi/cli/php_cli.c
index 20a2b6bb36..5c4f4e83af 100644
--- a/sapi/cli/php_cli.c
+++ b/sapi/cli/php_cli.c
@@ -234,8 +234,8 @@ static void sapi_cli_send_header(sapi_header_struct *sapi_header, void *server_c
{
if (sapi_header) {
PHPWRITE_H(sapi_header->header, sapi_header->header_len);
+ PHPWRITE_H("\r\n", 2);
}
- PHPWRITE_H("\r\n", 2);
}