Searched refs:LOG_PID (Results 1 – 6 of 6) sorted by relevance
/PHP-8.4/ext/standard/tests/misc/ |
H A D | syslog_basic.phpt | 5 openlog('phpt', LOG_NDELAY | LOG_PID, LOG_USER);
|
/PHP-8.4/win32/ |
H A D | wsyslog.c | 100 openlog("php", LOG_PID, LOG_SYSLOG); in vsyslog() 155 sprintf_s(PW32G(log_header), header_len, (logopt & LOG_PID) ? "%s[%d]" : "%s", ident, getpid()); in openlog()
|
H A D | syslog.h | 61 #define LOG_PID 0x01 /* log the pid with each message */ macro
|
/PHP-8.4/sapi/fpm/fpm/ |
H A D | fpm_stdio.c | 374 …php_openlog(fpm_global_config.syslog_ident, LOG_PID | LOG_CONS, fpm_global_config.syslog_facility);
|
/PHP-8.4/ext/standard/ |
H A D | basic_functions.stub.php | 909 const LOG_PID = UNKNOWN; define
|
H A D | basic_functions_arginfo.h | 3737 REGISTER_LONG_CONSTANT("LOG_PID", LOG_PID, CONST_PERSISTENT); in register_basic_functions_symbols()
|
Completed in 45 milliseconds