mirror of
https://github.com/php/php-src.git
synced 2026-03-24 00:02:20 +01:00
FPM: Remove usage of non-existing MAX_LINE_LENGTH constant (#5634)
This commit is contained in:
@@ -19,11 +19,7 @@
|
||||
#include "fastcgi.h"
|
||||
#include "zlog.h"
|
||||
|
||||
#ifdef MAX_LINE_LENGTH
|
||||
# define FPM_LOG_BUFFER MAX_LINE_LENGTH
|
||||
#else
|
||||
# define FPM_LOG_BUFFER 1024
|
||||
#endif
|
||||
#define FPM_LOG_BUFFER 1024
|
||||
|
||||
static char *fpm_log_format = NULL;
|
||||
static int fpm_log_fd = -1;
|
||||
|
||||
Reference in New Issue
Block a user