25#include <php_config.h>
32#define PHP_SYSLOG_FILTER_ALL 0
33#define PHP_SYSLOG_FILTER_NO_CTRL 1
34#define PHP_SYSLOG_FILTER_ASCII 2
35#define PHP_SYSLOG_FILTER_RAW 3
void php_openlog(const char *ident, int option, int facility)
PHPAPI void php_syslog(int priority, const char *format,...)
PHPAPI void php_syslog_str(int priority, const zend_string *message)
struct _zend_string zend_string