Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:69906 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 70125 invoked from network); 27 Oct 2013 20:13:11 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 27 Oct 2013 20:13:11 -0000 Authentication-Results: pb1.pair.com header.from=tjerk.meesters@gmail.com; sender-id=pass Authentication-Results: pb1.pair.com smtp.mail=tjerk.meesters@gmail.com; spf=pass; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.160.44 as permitted sender) X-PHP-List-Original-Sender: tjerk.meesters@gmail.com X-Host-Fingerprint: 209.85.160.44 mail-pb0-f44.google.com Received: from [209.85.160.44] ([209.85.160.44:54209] helo=mail-pb0-f44.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id DC/D0-45431-5D37D625 for ; Sun, 27 Oct 2013 15:13:10 -0500 Received: by mail-pb0-f44.google.com with SMTP id rp16so876768pbb.31 for ; Sun, 27 Oct 2013 13:13:07 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=references:mime-version:in-reply-to:content-type :content-transfer-encoding:message-id:cc:from:subject:date:to; bh=glOPYFM5V/dUzg96YXibJL+YhuDAf3tZZFRS93F3wJ4=; b=0o7e7Puv6ajLe7z8zwnalTbEVRQOGJ1+mfgq3Jw6tm/oeu8qeCUCLw6KcL7s8f34sa HnZO9Gkq+eQpvm8FaoIqpJaCnAw+V9FULMVIQ7L1aYwTf5NJvBncHsPKloutkdvB7/GG 7VBILQJrgrIrPbuXy+U6rgpbc+4GdUiwLNpHIA3Zc2euK9u98KoiD2pPdrxM2E1pAnHS AYH3pxA5b+1fpg7EswCu9IxjlXFOFl39GCLoyGwota35ut33F3XE0wVwvS7qGoFdSd3F DYbSw1jJx5+9jYxQ8V5KsQ+V5P4pwINjEBBS7JC6srm4M+NH5g9BN//dd7yKkGOlT5os Kh+A== X-Received: by 10.68.227.36 with SMTP id rx4mr12462864pbc.128.1382904786845; Sun, 27 Oct 2013 13:13:06 -0700 (PDT) Received: from [192.168.1.105] (bb42-60-19-235.singnet.com.sg. [42.60.19.235]) by mx.google.com with ESMTPSA id tu6sm23714435pbc.41.2013.10.27.13.13.04 for (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Sun, 27 Oct 2013 13:13:05 -0700 (PDT) References: <526CF8AE.1050603@rotorised.com> Mime-Version: 1.0 (1.0) In-Reply-To: Content-Type: multipart/alternative; boundary=Apple-Mail-DD1D354E-7414-4D8F-B82C-B7DD24E9EA0D Content-Transfer-Encoding: 7bit Message-ID: <2F737F16-DFEC-4870-B0AD-38CD82E512EE@gmail.com> Cc: Ryan McCue , PHP internals X-Mailer: iPhone Mail (10B329) Date: Mon, 28 Oct 2013 04:13:02 +0800 To: Pierre Joye Subject: Re: [PHP-DEV] Required Library Versions? From: tjerk.meesters@gmail.com (Tjerk Meesters) --Apple-Mail-DD1D354E-7414-4D8F-B82C-B7DD24E9EA0D Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: quoted-printable Hi, On 27 Oct, 2013, at 9:18 PM, Pierre Joye wrote: > Hi, >=20 > On Oct 27, 2013 12:27 PM, "Ryan McCue" wrote: >>=20 >> Hi internals, >>=20 >> 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. >>=20 >> 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? >=20 > See https://github.com/php/php-src/blob/master/win32/build/libs_version.tx= tor > in the respective branch, tag or release. Out of curiosity, what does it mean when two versions of the same library ar= e listed? E.g.: libmpir-2.5.1 libmpir-2.6.0 >=20 > Cheers, > Pierre --Apple-Mail-DD1D354E-7414-4D8F-B82C-B7DD24E9EA0D--