Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:69940 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 25852 invoked from network); 29 Oct 2013 12:40:54 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 29 Oct 2013 12:40:54 -0000 Authentication-Results: pb1.pair.com header.from=ab@php.net; sender-id=unknown Authentication-Results: pb1.pair.com smtp.mail=ab@php.net; spf=unknown; sender-id=unknown Received-SPF: unknown (pb1.pair.com: domain php.net does not designate 85.214.73.107 as permitted sender) X-PHP-List-Original-Sender: ab@php.net X-Host-Fingerprint: 85.214.73.107 klapt.com Received: from [85.214.73.107] ([85.214.73.107:34775] helo=h1123647.serverkompetenz.net) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id A9/70-22922-3DCAF625 for ; Tue, 29 Oct 2013 07:40:53 -0500 Received: by h1123647.serverkompetenz.net (Postfix, from userid 1006) id 54E3D6D207F; Tue, 29 Oct 2013 13:40:48 +0100 (CET) X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on h1123647.serverkompetenz.net X-Spam-Level: X-Spam-Status: No, score=-2.9 required=2.5 tests=ALL_TRUSTED,BAYES_00, URIBL_BLOCKED autolearn=unavailable version=3.3.2 Received: from [192.168.178.7] (dslb-178-007-121-182.pools.arcor-ip.net [178.7.121.182]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by h1123647.serverkompetenz.net (Postfix) with ESMTPSA id B482F6D207C; Tue, 29 Oct 2013 13:40:45 +0100 (CET) To: Tjerk Meesters Cc: Pierre Joye , Ryan McCue , PHP internals In-Reply-To: <2F737F16-DFEC-4870-B0AD-38CD82E512EE@gmail.com> References: <526CF8AE.1050603@rotorised.com> <2F737F16-DFEC-4870-B0AD-38CD82E512EE@gmail.com> Content-Type: text/plain; charset="UTF-8" Date: Tue, 29 Oct 2013 13:40:35 +0100 Message-ID: <1383050435.5254.3.camel@ghost> Mime-Version: 1.0 X-Mailer: Evolution 2.28.3 Content-Transfer-Encoding: 7bit Subject: Re: [PHP-DEV] Required Library Versions? From: ab@php.net (Anatol Belski) Hi Tjerk, On Mon, 2013-10-28 at 04:13 +0800, Tjerk Meesters wrote: > Hi, > > On 27 Oct, 2013, at 9:18 PM, Pierre Joye wrote: > > > Hi, > > > > On Oct 27, 2013 12:27 PM, "Ryan McCue" wrote: > >> > >> Hi internals, > >> > >> I'm working on making a tool to build arbitrary combinations of PHP and > >> extensions for testing purposes. At the moment, it's hard to test > >> specific combinations (e.g. a specific version of cURL with a specific > >> version of OpenSSL) to reproduce environment bugs. > >> > >> Along those lines, I'd like to know if there's a list of per-version > >> requirements to build the bundled extensions (those in ext/). Failing > >> that, is there a list of what each Windows binary was built with? > > > > See https://github.com/php/php-src/blob/master/win32/build/libs_version.txtor > > in the respective branch, tag or release. > > Out of curiosity, what does it mean when two versions of the same library are listed? E.g.: > > libmpir-2.5.1 > libmpir-2.6.0 just cleaned that up, that two versions are from the transition time of 5.5 pre alpha where both vc9 and vc11 was tested. For 5.5 only vc11 deps are relevant now. Regards Anatol