Home
last modified time | relevance | path

Searched refs:syslog (Results 1 – 22 of 22) sorted by relevance

/PHP-8.2/ext/standard/tests/misc/
H A Dsyslog_basic.phpt2 Basic syslog test
7 syslog(LOG_WARNING, 'Basic syslog test');
/PHP-8.2/ext/standard/
H A Dphp_ext_syslog.h24 PHP_MINIT_FUNCTION(syslog);
25 PHP_RSHUTDOWN_FUNCTION(syslog);
H A Dsyslog.c36 PHP_MINIT_FUNCTION(syslog) in PHP_MINIT_FUNCTION() argument
42 PHP_RSHUTDOWN_FUNCTION(syslog) in PHP_RSHUTDOWN_FUNCTION() argument
95 PHP_FUNCTION(syslog) in PHP_FUNCTION() argument
H A Dconfig.w3233 string.c scanf.c syslog.c type.c uniqid.c url.c var.c \
H A Dconfig.m4468 soundex.c string.c scanf.c syslog.c type.c uniqid.c url.c \
H A Dbasic_functions.c342 BASIC_MINIT_SUBMODULE(syslog) in PHP_MINIT_FUNCTION()
476 BASIC_RSHUTDOWN_SUBMODULE(syslog); in PHP_RSHUTDOWN_FUNCTION()
H A Dbasic_functions.stub.php1513 function syslog(int $priority, string $message): true {} // TODO make return type void
H A Dbasic_functions_arginfo.h2415 ZEND_FUNCTION(syslog);
3047 ZEND_FE(syslog, arginfo_syslog)
/PHP-8.2/main/
H A Dphp_syslog.c32 #define syslog std_syslog macro
41 syslog(priority, "%s", ZSTR_VAL(message)); in php_syslog_str()
56 syslog(priority, "%.*s", (int)sbuf.len, sbuf.c); in php_syslog_str()
70 syslog(priority, "%.*s", (int)sbuf.len, sbuf.c); in php_syslog_str()
H A Dmain.c1332 syslog(LOG_ALERT, "PHP %s: %s (%s)", error_type_str, ZSTR_VAL(message), GetCommandLine()); in php_error_cb()
/PHP-8.2/ext/standard/tests/network/
H A Dsyslog_null_byte.phpt2 Test syslog() function : nul byte in message
14 syslog($priority, $message);
H A Dsyslog_new_line.phpt2 Test syslog() function : new line in message
14 syslog($priority, $message);
/PHP-8.2/sapi/fpm/
H A Dphp-fpm.conf.in20 ; If it's set to "syslog", log is sent to syslogd instead of being written
29 ; See syslog(3) for possible values (ex daemon equiv LOG_DAEMON)
31 ;syslog.facility = daemon
37 ;syslog.ident = php-fpm
49 ; when logging to syslog.
57 ; for some heavy logging scenarios. This option is ignored if logging to syslog
/PHP-8.2/win32/
H A Dsyslog.h71 extern void syslog(int, const char *, ...);
H A Dwsyslog.c81 void syslog(int priority, const char *message, ...) in syslog() function
/PHP-8.2/Zend/
H A Dzend_ini_parser.y204 syslog(LOG_ALERT, "PHP: %s (%s)", error_buf, GetCommandLine()); in ini_error()
/PHP-8.2/
H A Dphp.ini-development594 ; Log errors to syslog (Event Log on Windows).
595 ;error_log = syslog
598 ; to syslog. Only used when error_log is set to syslog.
599 ;syslog.ident = php
601 ; The syslog facility is used to specify what type of program is logging
602 ; the message. Only used when error_log is set to syslog.
603 ;syslog.facility = user
614 ; https://php.net/syslog.filter
615 ;syslog.filter = ascii
1110 ; Log mail to syslog (Event Log on Windows).
[all …]
H A Dphp.ini-production596 ; Log errors to syslog (Event Log on Windows).
597 ;error_log = syslog
600 ; to syslog. Only used when error_log is set to syslog.
601 ;syslog.ident = php
603 ; The syslog facility is used to specify what type of program is logging
604 ; the message. Only used when error_log is set to syslog.
605 ;syslog.facility = user
616 ; https://php.net/syslog.filter
617 ;syslog.filter = ascii
1112 ; Log mail to syslog (Event Log on Windows).
[all …]
H A D.gitignore216 /win32/syslog.reg
H A Dconfigure.ac417 syslog.h \
H A DNEWS558 . Fix memory leak in syslog device handling. (danog)
/PHP-8.2/win32/build/
H A DMakefile266 @echo Registering event source with syslog (requires admin rights)

Completed in 99 milliseconds