Home
last modified time | relevance | path

Searched refs:sendmail_path (Results 1 – 25 of 36) sorted by relevance

12

/PHP-8.2/ext/standard/
H A Dmail.c420 char *sendmail_path = INI_STR("sendmail_path"); in php_mail() local
493 if (!sendmail_path) { in php_mail()
511 spprintf(&sendmail_cmd, 0, "%s %s", sendmail_path, extra_cmd); in php_mail()
513 sendmail_cmd = sendmail_path; in php_mail()
542 …ING, "Permission denied: unable to execute shell to run mail delivery binary '%s'", sendmail_path); in php_mail()
585 php_error_docref(NULL, E_WARNING, "Could not execute mail delivery program '%s'", sendmail_path); in php_mail()
601 char *sendmail_path = INI_STR("sendmail_path"); in PHP_MINFO_FUNCTION() local
604 if (!sendmail_path) { in PHP_MINFO_FUNCTION()
607 php_info_print_table_row(2, "Path to sendmail", sendmail_path); in PHP_MINFO_FUNCTION()
610 php_info_print_table_row(2, "Path to sendmail", sendmail_path); in PHP_MINFO_FUNCTION()
/PHP-8.2/ext/imap/tests/
H A Dbug77020.phpt6 sendmail_path="echo >/dev/null"
/PHP-8.2/ext/standard/tests/mail/
H A Dbug47983.phpt4 sendmail_path={MAIL:bug47983.out}
H A Dgh8086.phpt4 sendmail_path={MAIL:gh8086.out}
H A Dgh10990.phpt4 sendmail_path=rubbish 2>/dev/null
H A Dmail_variation1.phpt4 sendmail_path=rubbish 2>/dev/null
H A Dbug54298.phpt4 sendmail_path=tee bug54298.eml >/dev/null
H A Dmail_basic5.phpt4 sendmail_path="exit 1"
H A Dbug69874.phpt4 sendmail_path={MAIL:mailBug69874.out}
H A Dbug51604.phpt4 sendmail_path={MAIL:mail_bug51604.out}
H A Dbug69874_2.phpt4 sendmail_path={MAIL:mailBug69874_2.out}
H A Dbug73203.phpt9 sendmail_path={MAIL:bug73203.eml}
H A Dbug66535.phpt4 sendmail_path={MAIL:mailBug66535.out}
H A Dmail_variation2.phpt4 sendmail_path="cat > /tmp/php_test_mailVariation2.out"
H A Dmail_basic2.phpt9 sendmail_path="cat > /tmp/php_test_mailBasic2.out"
H A Dmail_log.phpt4 sendmail_path={MAIL:mail.out}
/PHP-8.2/ext/mbstring/tests/
H A Dgh16229.phpt6 sendmail_path={MAIL:{PWD}/mb_send_mail_gh16229.eml}
H A Dbug52681.phpt12 sendmail_path={MAIL:{PWD}/bug52681.eml}
H A Dgh8086.phpt6 sendmail_path={MAIL:{PWD}/gh8086.eml}
H A Dgh7902.phpt8 sendmail_path={MAIL:{PWD}/gh7902.eml}
H A Dmb_send_mail01.phpt12 sendmail_path={MAIL:{PWD}/mb_send_mail01.eml}
H A Dmb_send_mail03.phpt12 sendmail_path={MAIL:{PWD}/mb_send_mail03.eml}
H A Dmb_send_mail02.phpt12 sendmail_path={MAIL:{PWD}/mb_send_mail02.eml}
H A Dmb_send_mail04.phpt12 sendmail_path={MAIL:{PWD}/mb_send_mail04.eml}
/PHP-8.2/ext/pcre/tests/
H A Dbug72463.phpt10 sendmail_path="echo >/dev/null"

Completed in 25 milliseconds

12