Home
last modified time | relevance | path

Searched refs:mail_log (Results 1 – 3 of 3) sorted by relevance

/php-src/ext/standard/
H A Dmail.c422 char *mail_log = INI_STR("mail.log"); in php_mail() local
435 if (mail_log && *mail_log) { in php_mail()
444 if (!strcmp(mail_log, "syslog")) { in php_mail()
458 php_mail_log_to_file(mail_log, tmp, len); in php_mail()
/php-src/main/
H A Dphp_globals.h154 char *mail_log; member
H A Dmain.c752 …ail.log", NULL, PHP_INI_SYSTEM|PHP_INI_PERDIR, OnUpdateMailLog, mail_log, php_core_globa…

Completed in 19 milliseconds