Searched refs:mail_log (Results 1 – 3 of 3) sorted by relevance
479 char *mail_log = INI_STR("mail.log"); in php_mail() local491 if (mail_log && *mail_log) { in php_mail()500 if (!strcmp(mail_log, "syslog")) { in php_mail()514 php_mail_log_to_file(mail_log, tmp, len); in php_mail()
167 char *mail_log; member
614 …ail.log", NULL, PHP_INI_SYSTEM|PHP_INI_PERDIR, OnUpdateMailLog, mail_log, php_core_globa…
Completed in 20 milliseconds