Searched refs:syslog (Results 1 – 21 of 21) sorted by relevance
/php-src/ext/standard/tests/misc/ |
H A D | syslog_basic.phpt | 2 Basic syslog test 7 syslog(LOG_WARNING, 'Basic syslog test');
|
/php-src/ext/standard/ |
H A D | php_ext_syslog.h | 24 PHP_MINIT_FUNCTION(syslog); 25 PHP_RSHUTDOWN_FUNCTION(syslog);
|
H A D | syslog.c | 36 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 D | config.w32 | 33 string.c scanf.c syslog.c type.c uniqid.c url.c var.c \
|
H A D | config.m4 | 443 syslog.c
|
H A D | basic_functions.c | 342 BASIC_MINIT_SUBMODULE(syslog) in PHP_MINIT_FUNCTION() 477 BASIC_RSHUTDOWN_SUBMODULE(syslog); in PHP_RSHUTDOWN_FUNCTION()
|
H A D | basic_functions.stub.php | 2223 function syslog(int $priority, string $message): true {}
|
H A D | basic_functions_arginfo.h | 2493 ZEND_FUNCTION(syslog); 3091 ZEND_FE(syslog, arginfo_syslog)
|
/php-src/main/ |
H A D | php_syslog.c | 32 #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 D | main.c | 1389 syslog(LOG_ALERT, "PHP %s: %s (%s)", error_type_str, ZSTR_VAL(message), GetCommandLine()); in php_error_cb()
|
/php-src/ext/standard/tests/network/ |
H A D | syslog_null_byte.phpt | 2 Test syslog() function : nul byte in message 14 syslog($priority, $message);
|
H A D | syslog_new_line.phpt | 2 Test syslog() function : new line in message 14 syslog($priority, $message);
|
/php-src/sapi/fpm/ |
H A D | php-fpm.conf.in | 20 ; 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-src/win32/ |
H A D | syslog.h | 71 extern void syslog(int, const char *, ...);
|
H A D | wsyslog.c | 81 void syslog(int priority, const char *message, ...) in syslog() function
|
/php-src/ |
H A D | php.ini-development | 590 ; Log errors to syslog (Event Log on Windows). 591 ;error_log = syslog 594 ; to syslog. Only used when error_log is set to syslog. 595 ;syslog.ident = php 597 ; The syslog facility is used to specify what type of program is logging 598 ; the message. Only used when error_log is set to syslog. 599 ;syslog.facility = user 610 ; https://php.net/syslog.filter 611 ;syslog.filter = ascii 1090 ; Log mail to syslog (Event Log on Windows). [all …]
|
H A D | php.ini-production | 592 ; Log errors to syslog (Event Log on Windows). 593 ;error_log = syslog 596 ; to syslog. Only used when error_log is set to syslog. 597 ;syslog.ident = php 599 ; The syslog facility is used to specify what type of program is logging 600 ; the message. Only used when error_log is set to syslog. 601 ;syslog.facility = user 612 ; https://php.net/syslog.filter 613 ;syslog.filter = ascii 1092 ; Log mail to syslog (Event Log on Windows). [all …]
|
H A D | .gitignore | 217 /win32/syslog.reg
|
H A D | configure.ac | 382 syslog.h
|
/php-src/Zend/ |
H A D | zend_ini_parser.y | 215 syslog(LOG_ALERT, "PHP: %s (%s)", error_buf, GetCommandLine()); in ini_error()
|
/php-src/win32/build/ |
H A D | Makefile | 265 @echo Registering event source with syslog (requires admin rights)
|
Completed in 61 milliseconds