File tree Expand file tree Collapse file tree 2 files changed +2
-4
lines changed Expand file tree Collapse file tree 2 files changed +2
-4
lines changed Original file line number Diff line number Diff line change @@ -1733,7 +1733,7 @@ dnl Search for the sendmail binary.
1733
1733
dnl
1734
1734
AC_DEFUN ( [ PHP_PROG_SENDMAIL] , [
1735
1735
PHP_ALT_PATH=/usr/bin:/usr/sbin:/usr/etc:/etc:/usr/ucblib:/usr/lib
1736
- AC_PATH_PROG ( PROG_SENDMAIL , sendmail ,[ ] , $PATH:$PHP_ALT_PATH )
1736
+ AC_PATH_PROG ( PROG_SENDMAIL , sendmail , / usr/sbin/sendmail , $PATH:$PHP_ALT_PATH )
1737
1737
PHP_SUBST(PROG_SENDMAIL)
1738
1738
] )
1739
1739
Original file line number Diff line number Diff line change @@ -715,10 +715,8 @@ PHP_INI_MH(OnChangeBrowscap);
715
715
/* Windows use the internal mail */
716
716
#if defined(PHP_WIN32 )
717
717
# define DEFAULT_SENDMAIL_PATH NULL
718
- #elif defined(PHP_PROG_SENDMAIL )
719
- # define DEFAULT_SENDMAIL_PATH PHP_PROG_SENDMAIL " -t -i "
720
718
#else
721
- # define DEFAULT_SENDMAIL_PATH "/usr/sbin/sendmail -t -i"
719
+ # define DEFAULT_SENDMAIL_PATH PHP_PROG_SENDMAIL " -t -i"
722
720
#endif
723
721
724
722
/* {{{ PHP_INI
You can’t perform that action at this time.
0 commit comments