Searched refs:mail_log (Results 1 – 3 of 3) sorted by relevance
274 char *mail_log = INI_STR("mail.log"); in php_mail() local286 if (mail_log && *mail_log) { in php_mail()294 if (!strcmp(mail_log, "syslog")) { in php_mail()302 php_mail_log_to_file(mail_log, tmp, l TSRMLS_CC); in php_mail()
158 char *mail_log; member
551 …ail.log", NULL, PHP_INI_SYSTEM|PHP_INI_PERDIR, OnUpdateMailLog, mail_log, php_core_globa…
Completed in 14 milliseconds