Skip to content

Commit 80418b6

Browse files
Remove usage of non-existing MAX_LINE_LENGTH constant
This constant was deleted in php@3e5afbf#diff-f8c1cfc7c2ca0db20a3a595ab6de0e43L20
1 parent d2d5738 commit 80418b6

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

sapi/fpm/fpm/fpm_log.c

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,11 +19,7 @@
1919
#include "fastcgi.h"
2020
#include "zlog.h"
2121

22-
#ifdef MAX_LINE_LENGTH
23-
# define FPM_LOG_BUFFER MAX_LINE_LENGTH
24-
#else
2522
# define FPM_LOG_BUFFER 1024
26-
#endif
2723

2824
static char *fpm_log_format = NULL;
2925
static int fpm_log_fd = -1;

0 commit comments

Comments
 (0)