diff options
| author | Marcus Boerger <helly@php.net> | 2003-04-08 23:04:36 +0000 |
|---|---|---|
| committer | Marcus Boerger <helly@php.net> | 2003-04-08 23:04:36 +0000 |
| commit | 99637508f98bf6f40eb849a49d4968adf3294818 (patch) | |
| tree | 3b40f9b958511b919c04f2340b81a9af944ca58e | |
| parent | c48e8e5116e4dc5d7938acaf5d2545f747970a1c (diff) | |
| download | php-git-99637508f98bf6f40eb849a49d4968adf3294818.tar.gz | |
MFH: erroneous newline at start
| -rw-r--r-- | sapi/cli/php_cli.c | 2 |
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); } |
