Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:66211 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 88350 invoked from network); 25 Feb 2013 18:35:39 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 25 Feb 2013 18:35:39 -0000 Authentication-Results: pb1.pair.com header.from=pierre.php@gmail.com; sender-id=pass Authentication-Results: pb1.pair.com smtp.mail=pierre.php@gmail.com; spf=pass; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.220.170 as permitted sender) X-PHP-List-Original-Sender: pierre.php@gmail.com X-Host-Fingerprint: 209.85.220.170 mail-vc0-f170.google.com Received: from [209.85.220.170] ([209.85.220.170:57973] helo=mail-vc0-f170.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 43/04-10787-AFEAB215 for ; Mon, 25 Feb 2013 13:35:39 -0500 Received: by mail-vc0-f170.google.com with SMTP id p16so1937439vcq.29 for ; Mon, 25 Feb 2013 10:35:36 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:x-received:in-reply-to:references:date:message-id :subject:from:to:cc:content-type; bh=uPlXLNxEDsxGU1uTH5aTWzLISrkDXzD17PXqxpwoNfk=; b=qPbKeu0cqNEriONP93B4JPojTQ5I0QpAG+PJ73EhXYInLBR1CQx7Oy2m2h7ETfnHaI 3FsOrIN5XJu1rFB/aQVwsGUb8R+lXYeXG1UxGRUJlTOuqKxdpXyK1uOC9unrDuFOPYjh BS8JerykSqywFPYiEUuhQ2qyFXnYxSbj/tBAfZTtLLm0tvQBe2z36/pWESb9BL8D48Xj 8PsFYGkXdQ1CDzUSDKlE9lTX7JaT0fpXt4+P/LGlTbYUTIHV5CnegdndHa2pZWyieWK4 RNVDAUfnDIdqwOSQkF25pp1zGte5kVhLF5nSfhAV9DcUK6Utgk3Ry8cvtALpj9olk+Yw lH9Q== MIME-Version: 1.0 X-Received: by 10.52.37.81 with SMTP id w17mr8857345vdj.70.1361817336558; Mon, 25 Feb 2013 10:35:36 -0800 (PST) Received: by 10.220.41.195 with HTTP; Mon, 25 Feb 2013 10:35:36 -0800 (PST) In-Reply-To: References: Date: Mon, 25 Feb 2013 19:35:36 +0100 Message-ID: To: Dennis Clarke Cc: PHP internals , Chris Jones Content-Type: text/plain; charset=ISO-8859-1 Subject: Re: [PHP-DEV] PHP 5.4.12 and libcurl 7.29.0 configure problem From: pierre.php@gmail.com (Pierre Joye) hi, On Mon, Feb 25, 2013 at 7:58 AM, Dennis Clarke wrote: > > configure in php 5.4.12 seems to have some difficulty with libcurl 7.29.0 : > > $ ./configure --with-apxs2=/usr/local/bin/apxs --with-mysql=/opt/mysql/mysql \ Also we had no issue to build against 7.29.0 on windows and linux. However one should wait for the next release, there is 2 BC breaks in this version, if you rely on the multi interface and non default backed for DNS resolutions. Cheers, -- Pierre @pierrejoye