Home
last modified time | relevance | path

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

/PHP-7.4/ext/standard/
H A Dmail.c473 char *mail_log = INI_STR("mail.log"); in php_mail() local
485 if (mail_log && *mail_log) { in php_mail()
494 if (!strcmp(mail_log, "syslog")) { in php_mail()
508 php_mail_log_to_file(mail_log, tmp, len); in php_mail()
/PHP-7.4/main/
H A Dphp_globals.h161 char *mail_log; member
H A Dmain.c829 …ail.log", NULL, PHP_INI_SYSTEM|PHP_INI_PERDIR, OnUpdateMailLog, mail_log, php_core_globa…

Completed in 15 milliseconds