Searched refs:sendmail_path (Results 1 – 25 of 25) sorted by relevance
/PHP-5.5/ext/standard/ |
H A D | mail.c | 273 char *sendmail_path = INI_STR("sendmail_path"); in php_mail() local 337 if (!sendmail_path) { in php_mail() 355 spprintf(&sendmail_cmd, 0, "%s %s", sendmail_path, extra_cmd); in php_mail() 357 sendmail_cmd = sendmail_path; in php_mail() 386 …ING, "Permission denied: unable to execute shell to run mail delivery binary '%s'", sendmail_path); in php_mail() 429 …r_docref(NULL TSRMLS_CC, E_WARNING, "Could not execute mail delivery program '%s'", sendmail_path); in php_mail() 446 char *sendmail_path = INI_STR("sendmail_path"); in PHP_MINFO_FUNCTION() local 449 if (!sendmail_path) { in PHP_MINFO_FUNCTION() 452 php_info_print_table_row(2, "Path to sendmail", sendmail_path); in PHP_MINFO_FUNCTION() 455 php_info_print_table_row(2, "Path to sendmail", sendmail_path); in PHP_MINFO_FUNCTION()
|
/PHP-5.5/ext/mbstring/tests/ |
H A D | bug52861.phpt | 13 sendmail_path=/bin/cat
|
H A D | mb_send_mail01.phpt | 13 sendmail_path=/bin/cat
|
H A D | mb_send_mail03.phpt | 13 sendmail_path=/bin/cat
|
H A D | mb_send_mail02.phpt | 13 sendmail_path=/bin/cat
|
H A D | mb_send_mail04.phpt | 13 sendmail_path=/bin/cat
|
H A D | mb_send_mail06.phpt | 16 sendmail_path=/bin/cat
|
H A D | mb_send_mail07.phpt | 16 sendmail_path=/bin/cat
|
H A D | mb_send_mail05.phpt | 16 sendmail_path=/bin/cat
|
/PHP-5.5/ext/standard/tests/mail/ |
H A D | mail_basic3.phpt | 4 sendmail_path="exit 1"
|
H A D | mail_basic4.phpt | 4 sendmail_path="exit 1"
|
H A D | mail_basic5.phpt | 4 sendmail_path="exit 1"
|
H A D | mail_variation1.phpt | 4 sendmail_path=rubbish 2>/dev/null
|
H A D | bug51604.phpt | 4 sendmail_path=tee mail_bug51604.out >/dev/null
|
H A D | bug69874.phpt | 4 sendmail_path=tee mailBasic.out >/dev/null
|
H A D | mail_log.phpt | 4 sendmail_path=tee /tmp/mail.out >/dev/null
|
H A D | mail_variation2.phpt | 4 sendmail_path="cat > /tmp/php_test_mailVariation2.out"
|
H A D | bug69874_2.phpt | 4 sendmail_path=tee mailBasic.out >/dev/null
|
H A D | bug66535.phpt | 4 sendmail_path=tee mailBasic.out >/dev/null
|
H A D | mail_basic2.phpt | 9 sendmail_path="cat > /tmp/php_test_mailBasic2.out"
|
H A D | mail_basic.phpt | 4 sendmail_path=tee mailBasic.out >/dev/null
|
H A D | mail_basic6.phpt | 4 sendmail_path=tee mailBasic.out >/dev/null
|
/PHP-5.5/sapi/fpm/ |
H A D | php-fpm.conf.in | 528 ;php_admin_value[sendmail_path] = /usr/sbin/sendmail -t -i -f www@my.domain.com
|
/PHP-5.5/ |
H A D | php.ini-development | 1001 ;sendmail_path =
|
H A D | php.ini-production | 1001 ;sendmail_path =
|
Completed in 24 milliseconds