summaryrefslogtreecommitdiff
path: root/main/php.h
diff options
context:
space:
mode:
authorJani Ollikainen <jani.ollikainen@valve.fi>2015-12-29 12:18:41 +0200
committerAnatol Belski <ab@php.net>2016-06-02 13:25:29 +0200
commit3edf7d960cb14f2ee45944e7c567af92af25bda1 (patch)
tree3498a16a40bdb4301942dcb3cf010c9eba49de6d /main/php.h
parentd122f4c24a49ab8726f08be5dbf4eeef94a6474c (diff)
downloadphp-git-3edf7d960cb14f2ee45944e7c567af92af25bda1.tar.gz
Logging to syslog with dynamic error levels (related to #49467)
Diffstat (limited to 'main/php.h')
-rw-r--r--main/php.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/main/php.h b/main/php.h
index d0ec07c82e..d9a387e964 100644
--- a/main/php.h
+++ b/main/php.h
@@ -280,7 +280,7 @@ PHPAPI size_t php_write(void *buf, size_t size);
PHPAPI size_t php_printf(const char *format, ...) PHP_ATTRIBUTE_FORMAT(printf, 1,
2);
PHPAPI int php_get_module_initialized(void);
-PHPAPI ZEND_COLD void php_log_err(char *log_message);
+PHPAPI ZEND_COLD void php_log_err(char *log_message, int syslog_type_int);
int Debug(char *format, ...) PHP_ATTRIBUTE_FORMAT(printf, 1, 2);
int cfgparse(void);
END_EXTERN_C()