Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:69893 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 19771 invoked from network); 27 Oct 2013 11:27:50 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 27 Oct 2013 11:27:50 -0000 Authentication-Results: pb1.pair.com header.from=lists@rotorised.com; sender-id=unknown Authentication-Results: pb1.pair.com smtp.mail=lists@rotorised.com; spf=permerror; sender-id=unknown Received-SPF: error (pb1.pair.com: domain rotorised.com from 117.55.227.19 cause and error) X-PHP-List-Original-Sender: lists@rotorised.com X-Host-Fingerprint: 117.55.227.19 mta19-d1.ip1.cbr1.mail-filtering.com.au Received: from [117.55.227.19] ([117.55.227.19:51186] helo=mta19-d1.ip1.cbr1.mail-filtering.com.au) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 59/0A-45431-3B8FC625 for ; Sun, 27 Oct 2013 06:27:48 -0500 X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: AtADAE34bFKva64TjGdsb2JhbABZgz/ATxYOAQEBJzyDJCkUFhgDAgECATcBEw0IAQGIApZKoRyUCAOZOYR4O45d X-IPAS-Result: AtADAE34bFKva64TjGdsb2JhbABZgz/ATxYOAQEBJzyDJCkUFhgDAgECATcBEw0IAQGIApZKoRyUCAOZOYR4O45d X-IronPort-AV: E=Sophos;i="4.93,580,1378821600"; d="scan'208";a="853164717" Received: from unknown (HELO ub005lcs09.cbr.the-server.net.au) ([175.107.174.19]) by smtp-data2.ironport1.cbr1.mail-filtering.com.au with ESMTP; 27 Oct 2013 22:27:43 +1100 Received: from 217.33.96.58.static.exetel.com.au ([58.96.33.217]:52680 helo=[192.168.1.238]) by ub005lcs09.cbr.the-server.net.au with esmtpa (Exim 4.80.1) (envelope-from ) id 1VaOVS-000U74-Oh for internals@lists.php.net; Sun, 27 Oct 2013 22:27:42 +1100 Message-ID: <526CF8AE.1050603@rotorised.com> Date: Sun, 27 Oct 2013 21:27:42 +1000 User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:24.0) Gecko/20100101 Thunderbird/24.0.1 MIME-Version: 1.0 To: PHP Developers Mailing List Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Subject: Required Library Versions? From: lists@rotorised.com (Ryan McCue) 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? Thanks, -- Ryan McCue