1
0
mirror of https://github.com/php/php-src.git synced 2026-03-24 00:02:20 +01:00

Add syslog's ident and facility parameters to config

Signed-off-by: Philip Prindeville <philipp@redfish-solutions.com>
This commit is contained in:
Philip Prindeville
2017-08-22 16:34:06 -06:00
committed by Jakub Zelenka
parent 0c4f4481f5
commit 2475337bd8
9 changed files with 182 additions and 6 deletions

View File

@@ -34,6 +34,7 @@
BEGIN_EXTERN_C()
PHPAPI void php_syslog(int, const char *format, ...);
PHPAPI void php_openlog(const char *, int, int);
END_EXTERN_C()
#endif