Home
last modified time | relevance | path

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

/PHP-5.3/ext/standard/
H A Dmail.c210 char *sendmail_path = INI_STR("sendmail_path"); in php_mail() local
257 if (!sendmail_path) { in php_mail()
275 spprintf(&sendmail_cmd, 0, "%s %s", sendmail_path, extra_cmd); in php_mail()
277 sendmail_cmd = sendmail_path; in php_mail()
306 …ING, "Permission denied: unable to execute shell to run mail delivery binary '%s'", sendmail_path); in php_mail()
349 …r_docref(NULL TSRMLS_CC, E_WARNING, "Could not execute mail delivery program '%s'", sendmail_path); in php_mail()
366 char *sendmail_path = INI_STR("sendmail_path"); in PHP_MINFO_FUNCTION() local
369 if (!sendmail_path) { in PHP_MINFO_FUNCTION()
372 php_info_print_table_row(2, "Path to sendmail", sendmail_path); in PHP_MINFO_FUNCTION()
375 php_info_print_table_row(2, "Path to sendmail", sendmail_path); in PHP_MINFO_FUNCTION()
/PHP-5.3/ext/mbstring/tests/
H A Dbug52861.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
/PHP-5.3/ext/standard/tests/mail/
H A Dmail_variation1.phpt4 sendmail_path=rubbish 2>/dev/null
H A Dmail_basic3.phpt4 sendmail_path="exit 1"
H A Dmail_basic4.phpt4 sendmail_path="exit 1"
H A Dmail_basic5.phpt4 sendmail_path="exit 1"
H A Dbug51604.phpt4 sendmail_path=tee mail_bug51604.out >/dev/null
H A Dmail_variation2.phpt4 sendmail_path="sed > /tmp/php_test_mailVariation2.out"
H A Dmail_basic2.phpt9 sendmail_path="sed > /tmp/php_test_mailBasic2.out"
H A Dmail_basic.phpt4 sendmail_path=tee mailBasic.out >/dev/null
/PHP-5.3/sapi/fpm/
H A Dphp-fpm.conf.in506 ;php_admin_value[sendmail_path] = /usr/sbin/sendmail -t -i -f www@my.domain.com
/PHP-5.3/
H A Dphp.ini-development1106 ;sendmail_path =
H A Dphp.ini-production1106 ;sendmail_path =

Completed in 42 milliseconds