Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:69894 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 25988 invoked from network); 27 Oct 2013 13:18:33 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 27 Oct 2013 13:18:33 -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.217.179 as permitted sender) X-PHP-List-Original-Sender: pierre.php@gmail.com X-Host-Fingerprint: 209.85.217.179 mail-lb0-f179.google.com Received: from [209.85.217.179] ([209.85.217.179:60450] helo=mail-lb0-f179.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 75/8A-45431-7A21D625 for ; Sun, 27 Oct 2013 08:18:32 -0500 Received: by mail-lb0-f179.google.com with SMTP id w6so2005569lbh.24 for ; Sun, 27 Oct 2013 06:18:28 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=SlQTNV0N6TnKG8YmEea5iBByJgEuNKCHcMX5W6lZlwI=; b=YVEEThJfrh7f9WtAzgcXY7BB9537mbGhjpPdzHCHEdfRiEagRdblpySIIQkvMNT47P RYjxdAX/hQZcFDN52DJFFgKBUZE2tR8Xild8+svySDCR01nboHRkC4TYo3yZbm8YrOJq rgULDEPBshQ2to/WfwcY1ToGjUw0t7aL6JzsCbKElJgtzBSMEdBnca3BqmC6g1aEKoeS JX2JFFqqhIOrP57Jgt8X7lZe48cfUhvy/m6etFxoNqZuI5odQ7A6dVCWcQtMGkaiDYA8 Om0QrpaihQA3dmGf6Nh72IwRaA4a7hD5eUeMGoRT9vrIQg+UVxjjB9ZnDi6JpGDBjwnD UKvA== MIME-Version: 1.0 X-Received: by 10.152.203.233 with SMTP id kt9mr11220206lac.29.1382879908355; Sun, 27 Oct 2013 06:18:28 -0700 (PDT) Received: by 10.112.198.98 with HTTP; Sun, 27 Oct 2013 06:18:28 -0700 (PDT) Received: by 10.112.198.98 with HTTP; Sun, 27 Oct 2013 06:18:28 -0700 (PDT) In-Reply-To: <526CF8AE.1050603@rotorised.com> References: <526CF8AE.1050603@rotorised.com> Date: Sun, 27 Oct 2013 14:18:28 +0100 Message-ID: To: Ryan McCue Cc: PHP internals Content-Type: multipart/alternative; boundary=001a11345984b4627604e9b8d132 Subject: Re: [PHP-DEV] Required Library Versions? From: pierre.php@gmail.com (Pierre Joye) --001a11345984b4627604e9b8d132 Content-Type: text/plain; charset=UTF-8 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. Cheers, Pierre --001a11345984b4627604e9b8d132--