Home
last modified time | relevance | path

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

12

/PHP-7.4/ext/standard/
H A Dmail.c471 char *sendmail_path = INI_STR("sendmail_path"); in php_mail() local
536 if (!sendmail_path) { in php_mail()
554 spprintf(&sendmail_cmd, 0, "%s %s", sendmail_path, extra_cmd); in php_mail()
556 sendmail_cmd = sendmail_path; in php_mail()
585 …ING, "Permission denied: unable to execute shell to run mail delivery binary '%s'", sendmail_path); in php_mail()
628 php_error_docref(NULL, E_WARNING, "Could not execute mail delivery program '%s'", sendmail_path); in php_mail()
645 char *sendmail_path = INI_STR("sendmail_path"); in PHP_MINFO_FUNCTION() local
648 if (!sendmail_path) { in PHP_MINFO_FUNCTION()
651 php_info_print_table_row(2, "Path to sendmail", sendmail_path); in PHP_MINFO_FUNCTION()
654 php_info_print_table_row(2, "Path to sendmail", sendmail_path); in PHP_MINFO_FUNCTION()
/PHP-7.4/ext/pcre/tests/
H A Dbug72463.phpt10 sendmail_path="echo >/dev/null"
/PHP-7.4/ext/standard/tests/mail/
H A Dbug54298.phpt4 sendmail_path=tee bug54298.eml >/dev/null
H A Dmail_basic4.phpt4 sendmail_path="exit 1"
H A Dmail_basic5.phpt4 sendmail_path="exit 1"
H A Dmail_variation1.phpt4 sendmail_path=rubbish 2>/dev/null
H A Dbug73203.phpt9 sendmail_path=cat >/dev/null
H A Dmail_basic3.phpt4 sendmail_path="exit 1"
H A Dbug51604.phpt4 sendmail_path=tee mail_bug51604.out >/dev/null
H A Dbug69874.phpt4 sendmail_path=tee mailBug69874.out >/dev/null
H A Dmail_log.phpt4 sendmail_path=tee /tmp/mail.out >/dev/null
H A Dmail_variation2.phpt4 sendmail_path="cat > /tmp/php_test_mailVariation2.out"
H A Dbug69874_2.phpt4 sendmail_path=tee mailBug69874_2.out >/dev/null
H A Dbug66535.phpt4 sendmail_path=tee mailBug66535.out >/dev/null
H A Dmail_basic2.phpt9 sendmail_path="cat > /tmp/php_test_mailBasic2.out"
H A Dmail_basic.phpt4 sendmail_path=tee mailBasic.out >/dev/null
H A Dmail_basic7.phpt4 sendmail_path=tee mailBasic7.out >/dev/null
/PHP-7.4/ext/mbstring/tests/
H A Dbug52681.phpt13 sendmail_path=/bin/cat
H A Dmb_send_mail01.phpt13 sendmail_path=/bin/cat
H A Dmb_send_mail03.phpt13 sendmail_path=/bin/cat
H A Dmb_send_mail02.phpt13 sendmail_path=/bin/cat
H A Dmb_send_mail04.phpt13 sendmail_path=/bin/cat
H A Dmb_send_mail06.phpt16 sendmail_path=/bin/cat
H A Dmb_send_mail07.phpt16 sendmail_path=/bin/cat
H A Dmb_send_mail05.phpt16 sendmail_path=/bin/cat

Completed in 38 milliseconds

12