From c85504386d16f943cc79263187710a05cefea265 Mon Sep 17 00:00:00 2001 From: Jakub Zelenka Date: Sun, 22 Jul 2018 16:29:35 +0100 Subject: Rename none syslog.filter to all and update ini description --- main/php_syslog.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'main/php_syslog.h') diff --git a/main/php_syslog.h b/main/php_syslog.h index d8e45acfc9..6afb094658 100644 --- a/main/php_syslog.h +++ b/main/php_syslog.h @@ -33,7 +33,7 @@ #endif /* Syslog filters */ -#define PHP_SYSLOG_FILTER_NONE 0 +#define PHP_SYSLOG_FILTER_ALL 0 #define PHP_SYSLOG_FILTER_NO_CTRL 1 #define PHP_SYSLOG_FILTER_ASCII 2 -- cgit v1.2.1