diff options
Diffstat (limited to 'main/php_syslog.h')
-rw-r--r-- | main/php_syslog.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/main/php_syslog.h b/main/php_syslog.h index b5df765ddd..2c499269a4 100644 --- a/main/php_syslog.h +++ b/main/php_syslog.h @@ -34,6 +34,7 @@ #define PHP_SYSLOG_FILTER_ALL 0 #define PHP_SYSLOG_FILTER_NO_CTRL 1 #define PHP_SYSLOG_FILTER_ASCII 2 +#define PHP_SYSLOG_FILTER_RAW 3 BEGIN_EXTERN_C() PHPAPI void php_syslog(int, const char *format, ...); |