Searched refs:syslog (Results 1 – 21 of 21) sorted by relevance
/PHP-8.0/ext/standard/tests/network/ |
H A D | syslog_basic.phpt | 2 Test syslog() function : basic functionality 5 echo "*** Testing syslog() : basic functionality ***\n"; 10 $message = 'A test syslog call invocation'; 12 // Calling syslog() with all possible arguments 13 var_dump( syslog($priority, $message) ); 17 *** Testing syslog() : basic functionality ***
|
/PHP-8.0/ext/standard/ |
H A D | php_ext_syslog.h | 24 PHP_MINIT_FUNCTION(syslog); 25 PHP_RINIT_FUNCTION(syslog); 27 PHP_RSHUTDOWN_FUNCTION(syslog); 29 PHP_MSHUTDOWN_FUNCTION(syslog);
|
H A D | syslog.c | 36 PHP_MINIT_FUNCTION(syslog) in PHP_MINIT_FUNCTION() argument 99 PHP_RINIT_FUNCTION(syslog) in PHP_RINIT_FUNCTION() argument 107 PHP_RSHUTDOWN_FUNCTION(syslog) in PHP_RSHUTDOWN_FUNCTION() argument 114 PHP_MSHUTDOWN_FUNCTION(syslog) in PHP_MSHUTDOWN_FUNCTION() argument 169 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 | basic_functions.c | 380 BASIC_MINIT_SUBMODULE(syslog) in PHP_MINIT_FUNCTION() 419 PHP_MSHUTDOWN(syslog)(SHUTDOWN_FUNC_ARGS_PASSTHRU); in PHP_MSHUTDOWN_FUNCTION() local 481 BASIC_RINIT_SUBMODULE(syslog) in PHP_RINIT_FUNCTION() 534 BASIC_RSHUTDOWN_SUBMODULE(syslog)(SHUTDOWN_FUNC_ARGS_PASSTHRU); in PHP_RSHUTDOWN_FUNCTION() local
|
H A D | config.m4 | 464 soundex.c string.c scanf.c syslog.c type.c uniqid.c url.c \
|
H A D | basic_functions.stub.php | 481 function syslog(int $priority, string $message): bool {} function
|
H A D | basic_functions_arginfo.h | 2423 ZEND_FUNCTION(syslog); 3057 ZEND_FE(syslog, arginfo_syslog)
|
/PHP-8.0/ext/standard/tests/misc/ |
H A D | syslog_basic.phpt | 2 Basic syslog test 7 syslog(LOG_WARNING, 'Basic syslog test');
|
/PHP-8.0/main/ |
H A D | php_syslog.c | 32 #define syslog std_syslog macro 91 syslog(priority, "%.*s", (int)fbuf.len, fbuf.c); in php_syslog() 99 syslog(priority, "%.*s", (int)sbuf.len, sbuf.c); in php_syslog() 109 syslog(priority, "%.*s", (int)sbuf.len, sbuf.c); in php_syslog()
|
H A D | main.c | 1320 syslog(LOG_ALERT, "PHP %s: %s (%s)", error_type_str, ZSTR_VAL(message), GetCommandLine()); in php_error_cb()
|
/PHP-8.0/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-8.0/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-8.0/Zend/ |
H A D | zend_ini_parser.y | 204 syslog(LOG_ALERT, "PHP: %s (%s)", error_buf, GetCommandLine()); in ini_error()
|
/PHP-8.0/ |
H A D | php.ini-development | 594 ; 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 ; http://php.net/syslog.filter 615 ;syslog.filter = ascii 1100 ; Log mail to syslog (Event Log on Windows). [all …]
|
H A D | php.ini-production | 596 ; 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 ; http://php.net/syslog.filter 617 ;syslog.filter = ascii 1102 ; Log mail to syslog (Event Log on Windows). [all …]
|
H A D | .gitignore | 210 /win32/syslog.reg
|
H A D | configure.ac | 397 syslog.h \
|
H A D | NEWS | 239 . Fixed bug #67764 (fpm: syslog.ident don't work). (Jakub Zelenka)
|
/PHP-8.0/win32/build/ |
H A D | Makefile | 263 @echo Registering event source with syslog (requires admin rights)
|
Completed in 89 milliseconds