Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:30766 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 82410 invoked by uid 1010); 11 Jul 2007 07:09:02 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 82394 invoked from network); 11 Jul 2007 07:09:02 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 11 Jul 2007 07:09:02 -0000 Authentication-Results: pb1.pair.com header.from=antony@zend.com; sender-id=pass Authentication-Results: pb1.pair.com smtp.mail=antony@zend.com; spf=pass; sender-id=pass Received-SPF: pass (pb1.pair.com: domain zend.com designates 212.25.124.162 as permitted sender) X-PHP-List-Original-Sender: antony@zend.com X-Host-Fingerprint: 212.25.124.162 mail.zend.com Linux 2.5 (sometimes 2.4) (4) Received: from [212.25.124.162] ([212.25.124.162:20450] helo=mail.zend.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 68/D4-34337-B0284964 for ; Wed, 11 Jul 2007 03:09:01 -0400 Received: (qmail 15698 invoked from network); 11 Jul 2007 07:08:52 -0000 Received: from internal.zend.office (HELO ?127.0.0.1?) (10.1.1.1) by internal.zend.office with SMTP; 11 Jul 2007 07:08:52 -0000 Message-ID: <46948203.3050102@zend.com> Date: Wed, 11 Jul 2007 11:08:51 +0400 User-Agent: Thunderbird 2.0.0.0 (X11/20070326) MIME-Version: 1.0 To: =?UTF-8?B?Sm9oYW5uZXMgU2NobMO8dGVy?= CC: PHP Internals List References: <1184102707.455.42.camel@johannes.nop> In-Reply-To: <1184102707.455.42.camel@johannes.nop> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 8bit Subject: Re: [PHP-DEV] Always enable mail() function From: antony@zend.com (Antony Dovgal) No objections from me. On 11.07.2007 01:25, Johannes Schlüter wrote: > Hi, > > recently I had the problem that we disable the mail() function if > configure can't find the sendmail binary. Is there any real reason for > this? I can image a few situations where the binary is in a non-standard > location or PHP is compiled on a different host than used. > > I'd like to commit the attached patch which should always enable mail(), > any objections? > > johannes > > P.S. If it doesn't come through: The patch is available on > http://schlueters.de/~johannes/php/php_mail_always_available.diff too. > -- Wbr, Antony Dovgal