Home
last modified time | relevance | path

Searched refs:LOG_PID (Results 1 – 5 of 5) sorted by relevance

/PHP-7.4/ext/standard/tests/misc/
H A Dsyslog_basic.phpt5 openlog('phpt', LOG_NDELAY | LOG_PID, LOG_USER);
/PHP-7.4/win32/
H A Dwsyslog.c100 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 Dsyslog.h63 #define LOG_PID 0x01 /* log the pid with each message */ macro
/PHP-7.4/ext/standard/
H A Dsyslog.c85 REGISTER_LONG_CONSTANT("LOG_PID", LOG_PID, CONST_CS | CONST_PERSISTENT); in PHP_MINIT_FUNCTION()
/PHP-7.4/sapi/fpm/fpm/
H A Dfpm_stdio.c322 …php_openlog(fpm_global_config.syslog_ident, LOG_PID | LOG_CONS, fpm_global_config.syslog_facility);

Completed in 12 milliseconds