Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:30779 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 80019 invoked by uid 1010); 11 Jul 2007 10:14:14 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 80004 invoked from network); 11 Jul 2007 10:14:14 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 11 Jul 2007 10:14:14 -0000 Authentication-Results: pb1.pair.com smtp.mail=jani.taskinen@sci.fi; spf=permerror; sender-id=unknown Authentication-Results: pb1.pair.com header.from=jani.taskinen@sci.fi; sender-id=unknown Received-SPF: error (pb1.pair.com: domain sci.fi from 63.208.196.171 cause and error) X-PHP-List-Original-Sender: jani.taskinen@sci.fi X-Host-Fingerprint: 63.208.196.171 outbound.mailhop.org FreeBSD 4.6-4.9 Received: from [63.208.196.171] ([63.208.196.171:1965] helo=outbound.mailhop.org) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 81/42-59649-37DA4964 for ; Wed, 11 Jul 2007 06:14:13 -0400 Received: from [81.22.163.71] (helo=[10.6.109.86]) by outbound.mailhop.org with esmtpsa (SSLv3:RC4-MD5:128) (Exim 4.63) (envelope-from ) id 1I8ZCz-000GyD-BP; Wed, 11 Jul 2007 06:14:09 -0400 X-MHO-User: U2FsdGVkX180co3Aw0QuYe+EMZklZiauywrQFcBLj6E= X-Mail-Handler: MailHop Outbound by DynDNS X-Originating-IP: 81.22.163.71 X-Report-Abuse-To: abuse@dyndns.com (see http://www.mailhop.org/outbound/abuse.html for abuse reporting information) X-MHO-User: U2FsdGVkX1/fLa+ISWvnEZHjlj3Z6pZ+i2fbpgyj7k0= Reply-To: jani.taskinen@iki.fi To: Johannes =?ISO-8859-1?Q?Schl=FCter?= Cc: PHP Internals List In-Reply-To: <1184146584.455.62.camel@johannes.nop> References: <1184102707.455.42.camel@johannes.nop> <4693FEE4.7070704@sci.fi> <1184105325.455.45.camel@johannes.nop> <1184137248.3342.1.camel@localhost.localdomain> <1184146584.455.62.camel@johannes.nop> Content-Type: text/plain; charset=UTF-8 Date: Wed, 11 Jul 2007 13:14:07 +0300 Message-ID: <1184148847.3342.18.camel@localhost.localdomain> Mime-Version: 1.0 X-Mailer: Evolution 2.8.3 (2.8.3-2.fc6) Content-Transfer-Encoding: quoted-printable Subject: Re: [PHP-DEV] Always enable mail() function From: jani.taskinen@sci.fi (Jani Taskinen) On Wed, 2007-07-11 at 11:36 +0200, Johannes Schl=C3=BCter wrote: > Hi, >=20 > On Wed, 2007-07-11 at 10:00 +0300, Jani Taskinen wrote: > > Just commit the patch. I'll remove the configure stuff for you. :) >=20 > Well, I kept the configure stuff to set the default value of the ini > setting when sendmail is found. Good point. I won't touch it then. ;) But you should remove the AC_DEFINE for HAVE_SENDMAIL in the macro in acinclude.m4 as it won't be needed after your patch is committed. --Jani