Searched refs:sendmail_path (Results 1 – 25 of 32) sorted by relevance
12
/PHP-8.1/ext/standard/ |
H A D | mail.c | 383 char *sendmail_path = INI_STR("sendmail_path"); in php_mail() local 454 if (!sendmail_path) { in php_mail() 472 spprintf(&sendmail_cmd, 0, "%s %s", sendmail_path, extra_cmd); in php_mail() 474 sendmail_cmd = sendmail_path; in php_mail() 503 …ING, "Permission denied: unable to execute shell to run mail delivery binary '%s'", sendmail_path); in php_mail() 546 php_error_docref(NULL, E_WARNING, "Could not execute mail delivery program '%s'", sendmail_path); in php_mail() 562 char *sendmail_path = INI_STR("sendmail_path"); in PHP_MINFO_FUNCTION() local 565 if (!sendmail_path) { in PHP_MINFO_FUNCTION() 568 php_info_print_table_row(2, "Path to sendmail", sendmail_path); in PHP_MINFO_FUNCTION() 571 php_info_print_table_row(2, "Path to sendmail", sendmail_path); in PHP_MINFO_FUNCTION()
|
/PHP-8.1/ext/imap/tests/ |
H A D | bug77020.phpt | 6 sendmail_path="echo >/dev/null"
|
/PHP-8.1/ext/standard/tests/mail/ |
H A D | bug47983.phpt | 4 sendmail_path={MAIL:bug47983.out}
|
H A D | gh10990.phpt | 4 sendmail_path=rubbish 2>/dev/null
|
H A D | mail_variation1.phpt | 4 sendmail_path=rubbish 2>/dev/null
|
H A D | bug54298.phpt | 4 sendmail_path=tee bug54298.eml >/dev/null
|
H A D | mail_basic5.phpt | 4 sendmail_path="exit 1"
|
H A D | bug69874.phpt | 4 sendmail_path={MAIL:mailBug69874.out}
|
H A D | bug51604.phpt | 4 sendmail_path={MAIL:mail_bug51604.out}
|
H A D | bug69874_2.phpt | 4 sendmail_path={MAIL:mailBug69874_2.out}
|
H A D | bug73203.phpt | 9 sendmail_path={MAIL:bug73203.eml}
|
H A D | bug66535.phpt | 4 sendmail_path={MAIL:mailBug66535.out}
|
H A D | mail_variation2.phpt | 4 sendmail_path="cat > /tmp/php_test_mailVariation2.out"
|
H A D | mail_basic2.phpt | 9 sendmail_path="cat > /tmp/php_test_mailBasic2.out"
|
H A D | mail_log.phpt | 4 sendmail_path={MAIL:mail.out}
|
H A D | mail_basic.phpt | 4 sendmail_path={MAIL:mailBasic.out}
|
/PHP-8.1/ext/pcre/tests/ |
H A D | bug72463.phpt | 10 sendmail_path="echo >/dev/null"
|
/PHP-8.1/ext/mbstring/tests/ |
H A D | bug52681.phpt | 15 sendmail_path=/bin/cat
|
H A D | gh7902.phpt | 8 sendmail_path={MAIL:{PWD}/gh7902.eml}
|
H A D | mb_send_mail01.phpt | 15 sendmail_path=/bin/cat
|
H A D | mb_send_mail03.phpt | 15 sendmail_path=/bin/cat
|
H A D | mb_send_mail02.phpt | 15 sendmail_path=/bin/cat
|
H A D | mb_send_mail04.phpt | 15 sendmail_path=/bin/cat
|
H A D | mb_send_mail06.phpt | 18 sendmail_path=/bin/cat
|
H A D | mb_send_mail07.phpt | 18 sendmail_path=/bin/cat
|
Completed in 37 milliseconds
12