Home
last modified time | relevance | path

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

/PHP-8.0/ext/standard/
H A Dmail.c431 char *mail_log = INI_STR("mail.log"); in php_mail() local
444 if (mail_log && *mail_log) { in php_mail()
453 if (!strcmp(mail_log, "syslog")) { in php_mail()
467 php_mail_log_to_file(mail_log, tmp, len); in php_mail()
/PHP-8.0/main/
H A Dphp_globals.h157 char *mail_log; member
H A Dmain.c744 …ail.log", NULL, PHP_INI_SYSTEM|PHP_INI_PERDIR, OnUpdateMailLog, mail_log, php_core_globa…

Completed in 17 milliseconds