1
0
mirror of https://github.com/php/php-src.git synced 2026-03-24 00:02:20 +01:00

Remove unused FPM_LOG_BUFFER

This commit is contained in:
Jakub Zelenka
2025-07-29 11:43:57 +02:00
parent cfb3e98c84
commit cecf9b02e5

View File

@@ -19,8 +19,6 @@
#include "fastcgi.h"
#include "zlog.h"
#define FPM_LOG_BUFFER 1024
static char *fpm_log_format = NULL;
static int fpm_log_fd = -1;
static struct key_value_s *fpm_access_suppress_paths = NULL;