summaryrefslogtreecommitdiff
path: root/main/php_syslog.h
diff options
context:
space:
mode:
authorJakub Zelenka <bukka@php.net>2018-07-22 16:29:35 +0100
committerJakub Zelenka <bukka@php.net>2018-07-22 16:29:35 +0100
commitc85504386d16f943cc79263187710a05cefea265 (patch)
tree4cb56844bd763ddce1a725b6c71f02e2bd82d99a /main/php_syslog.h
parent2010c02e5c3c70880a53cb0403ce696708f4d590 (diff)
downloadphp-git-c85504386d16f943cc79263187710a05cefea265.tar.gz
Rename none syslog.filter to all and update ini description
Diffstat (limited to 'main/php_syslog.h')
-rw-r--r--main/php_syslog.h2
1 files changed, 1 insertions, 1 deletions
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