Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:46774 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 95792 invoked from network); 18 Jan 2010 08:51:11 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 18 Jan 2010 08:51:11 -0000 Authentication-Results: pb1.pair.com smtp.mail=jani.taskinen@iki.fi; spf=permerror; sender-id=unknown Authentication-Results: pb1.pair.com header.from=jani.taskinen@iki.fi; sender-id=unknown Received-SPF: error (pb1.pair.com: domain iki.fi from 204.13.248.71 cause and error) X-PHP-List-Original-Sender: jani.taskinen@iki.fi X-Host-Fingerprint: 204.13.248.71 mho-01-ewr.mailhop.org Received: from [204.13.248.71] ([204.13.248.71:60257] helo=mho-01-ewr.mailhop.org) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 39/11-22457-EF0245B4 for ; Mon, 18 Jan 2010 03:51:11 -0500 Received: from a88-112-30-186.elisa-laajakaista.fi ([88.112.30.186] helo=localhost.localdomain) by mho-01-ewr.mailhop.org with esmtpsa (TLSv1:CAMELLIA256-SHA:256) (Exim 4.68) (envelope-from ) id 1NWnKG-000G9n-7Q; Mon, 18 Jan 2010 08:51:08 +0000 X-Mail-Handler: MailHop Outbound by DynDNS X-Originating-IP: 88.112.30.186 X-Report-Abuse-To: abuse@dyndns.com (see http://www.dyndns.com/services/mailhop/outbound_abuse.html for abuse reporting information) X-MHO-User: U2FsdGVkX1+ZlQ1kS98zXJSHxy791CiKugFSIc23jNU= Message-ID: <4B5420FA.6020301@iki.fi> Date: Mon, 18 Jan 2010 10:51:06 +0200 Reply-To: jani.taskinen@iki.fi User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.1.5) Gecko/20091209 Fedora/3.0-3.fc11 Thunderbird/3.0 MIME-Version: 1.0 To: Raphael Geissert CC: internals@lists.php.net References: <1263654424.3127.43.camel@guybrush> <4B522D34.7030605@sci.fi> In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: [PHP-DEV] Debian PHP patches From: jani.taskinen@iki.fi (Jani Taskinen) On 01/17/2010 05:19 AM, Raphael Geissert wrote: > Jani Taskinen wrote: > >> 16.1.2010 20:10, Raphael Geissert wrote: >>> Some of the other patches include: >>> libdb_is_-ldb >> >> Why? Potentially breaks things when you assume db/ being correct place.. > > Do you have an example of any actual case? Do you have an example where it's actually needed? > Can you tell me what exactly we are breaking? divert calls should only be > used internally by autoconf and the, apparently useless, usage of them in > php makes it fail to build with any other autoconf. If you remove them, things break. I don't remember right now why, but it did, Rasmus tried this already and failed. Search the mailing lists for more. His commit message is a bit weird, I think it should say "2.6x is broken in so many ways" rather than 2.13: http://svn.php.net/viewvc?view=revision&revision=291414 --Jani