Searched refs:LOG_PID (Results 1 – 14 of 14) sorted by relevance
/PHP-5.3/win32/ |
H A D | wsyslog.c | 92 openlog("php", LOG_PID, LOG_SYSLOG); in syslog() 135 spprintf(&PW32G(log_header), 0, (logopt & LOG_PID) ? "%s[%d]" : "%s", ident, getpid()); in openlog()
|
H A D | syslog.h | 65 #define LOG_PID 0x01 /* log the pid with each message */ macro
|
/PHP-5.3/ext/standard/tests/network/ |
H A D | define_syslog_variables_variation2-win32.phpt | 40 LOG_PID, 69 "LOG_PID",
|
H A D | define_syslog_variables_variation2.phpt | 40 LOG_PID, 69 "LOG_PID",
|
H A D | define_syslog_variables_variation.phpt | 35 LOG_PID, 64 "LOG_PID",
|
H A D | define_syslog_variables_basic-win32.phpt | 38 LOG_PID, 67 "LOG_PID",
|
H A D | define_syslog_variables_basic.phpt | 38 LOG_PID, 77 "LOG_PID",
|
/PHP-5.3/ext/standard/tests/misc/ |
H A D | syslog_basic.phpt | 5 openlog('phpt', LOG_NDELAY | LOG_PID, LOG_USER);
|
H A D | syslog_vars_variation2.phpt | 22 'LOG_PID',
|
/PHP-5.3/ext/standard/ |
H A D | syslog.c | 89 REGISTER_LONG_CONSTANT("LOG_PID", LOG_PID, CONST_CS | CONST_PERSISTENT); in PHP_MINIT_FUNCTION() 185 SET_VAR_LONG("LOG_PID", LOG_PID); in start_syslog()
|
/PHP-5.3/sapi/fpm/fpm/ |
H A D | fpm_stdio.c | 269 openlog(fpm_global_config.syslog_ident, LOG_PID | LOG_CONS, fpm_global_config.syslog_facility); in fpm_stdio_open_error_log()
|
/PHP-5.3/sapi/milter/ |
H A D | php_milter.c | 1167 openlog("php-milter", LOG_PID, LOG_MAIL); in main()
|
/PHP-5.3/ |
H A D | php.ini-development | 1087 ; Whether or not to define the various syslog variables (e.g. $LOG_PID,
|
H A D | php.ini-production | 1087 ; Whether or not to define the various syslog variables (e.g. $LOG_PID,
|
Completed in 50 milliseconds