Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:66212 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 89936 invoked from network); 25 Feb 2013 18:40:53 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 25 Feb 2013 18:40:53 -0000 Authentication-Results: pb1.pair.com smtp.mail=dclarke@blastwave.org; spf=permerror; sender-id=unknown Authentication-Results: pb1.pair.com header.from=dclarke@blastwave.org; sender-id=unknown Received-SPF: error (pb1.pair.com: domain blastwave.org from 210.87.62.131 cause and error) X-PHP-List-Original-Sender: dclarke@blastwave.org X-Host-Fingerprint: 210.87.62.131 comm.purplecow.org Solaris 10 (beta) Received: from [210.87.62.131] ([210.87.62.131:60946] helo=comm.purplecow.org) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id BA/54-10787-F20BB215 for ; Mon, 25 Feb 2013 13:40:52 -0500 MIME-version: 1.0 Content-transfer-encoding: 7BIT Content-disposition: inline Content-type: text/plain; charset=us-ascii Received: from comm.purplecow.org ([127.0.0.1]) by comm.purplecow.org (Sun Java(tm) System Messaging Server 6.3-6.03 (built Mar 14 2008; 32bit)) with ESMTP id <0MIS00HDXH7VVI10@comm.purplecow.org> for internals@lists.php.net; Tue, 26 Feb 2013 05:40:43 +1100 (EST) Received: from comm.purplecow.org ([127.0.0.1] helo=comm.purplecow.org) with IPv4:25 by ASSP.nospam; Tue, 26 Feb 2013 05:40:43 +1100 Received: from [66.103.52.207] by comm.purplecow.org (mshttpd); Mon, 25 Feb 2013 13:40:43 -0500 To: Pierre Joye Cc: PHP internals , Chris Jones Message-ID: Date: Mon, 25 Feb 2013 13:40:43 -0500 X-Mailer: Sun Java(tm) System Messenger Express 6.3-6.03 (built Mar 14 2008; 32bit) Content-language: en X-Accept-Language: en Priority: normal In-reply-to: References: Subject: Re: [PHP-DEV] PHP 5.4.12 and libcurl 7.29.0 configure problem From: dclarke@blastwave.org (Dennis Clarke) > 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. I had not yet tried either. Was going to get to a RHEL6 server but just got hung up in Solaris. > 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. * sigh * There always seems to be another release around the corner. Not sure what those 2 BC breaks are ... either of them related to curl-config ? dc