Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:46211 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 41567 invoked from network); 27 Nov 2009 13:02:40 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 27 Nov 2009 13:02:40 -0000 Authentication-Results: pb1.pair.com header.from=jani.taskinen@iki.fi; sender-id=unknown Authentication-Results: pb1.pair.com smtp.mail=jani.taskinen@iki.fi; spf=permerror; 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:64780] helo=mho-01-ewr.mailhop.org) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 18/D1-26540-EEDCF0B4 for ; Fri, 27 Nov 2009 08:02:39 -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 1NE0T5-000BYY-9K; Fri, 27 Nov 2009 13:02:35 +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: U2FsdGVkX18HNx9HTO1cQjo7mUEhcQdOgyRlQdeltfM= Message-ID: <4B0FCDE8.6050705@iki.fi> Date: Fri, 27 Nov 2009 15:02:32 +0200 Reply-To: jani.taskinen@iki.fi User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.1.4pre) Gecko/20091014 Fedora/3.0-2.8.b4.fc11 Thunderbird/3.0b4 MIME-Version: 1.0 To: Ilia Alshanetsky CC: Rasmus Lerdorf , internals@lists.php.net References: <4B0F9B52.2090207@iki.fi> <4B0FB335.6060703@iki.fi> <4B0FB8B8.1040600@iki.fi> <4B0FC67C.8040801@lerdorf.com> <66D1C86C-A85F-4CF9-B71F-0264E7CC000F@prohost.org> In-Reply-To: <66D1C86C-A85F-4CF9-B71F-0264E7CC000F@prohost.org> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: [PHP-DEV] autoconf version check on trunk? From: jani.taskinen@iki.fi (Jani Taskinen) As I mentioned in IRC, this is now fixed for PHP_5_2. Rasmus, please don't commit any more "fixes" into that branch. Experiments should be done in trunk only. :) --Jani On 11/27/2009 02:49 PM, Ilia Alshanetsky wrote: > Rasmus, > > Do you think this is an easy fix, or do we need to go back pre-patch code for 5.2.12? The other option is to generate the build on a machine with the later autoconf, 2.59 seems to work fine. > > > On 2009-11-27, at 7:30 AM, Rasmus Lerdorf wrote: > >> Jani Taskinen wrote: >>> This is caused by the divert() patch Rasmus committed. Nice work. >>> I'll try figure out how to do it properly. >> >> Getting rid of just the diverts in ext/standard/config.m4 fixes this for >> me. There is still an unrelated libtool/autoconf-2.13 issue related to >> finding ld though. Not sure what that is about yet. >> >> -Rasmus >> >> -- >> PHP Internals - PHP Runtime Development Mailing List >> To unsubscribe, visit: http://www.php.net/unsub.php >> > >