Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:57405 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 94595 invoked from network); 17 Jan 2012 23:46:52 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 17 Jan 2012 23:46:52 -0000 Authentication-Results: pb1.pair.com header.from=ircmaxell@gmail.com; sender-id=pass Authentication-Results: pb1.pair.com smtp.mail=ircmaxell@gmail.com; spf=pass; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.216.170 as permitted sender) X-PHP-List-Original-Sender: ircmaxell@gmail.com X-Host-Fingerprint: 209.85.216.170 mail-qy0-f170.google.com Received: from [209.85.216.170] ([209.85.216.170:54407] helo=mail-qy0-f170.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id B0/B5-59894-B68061F4 for ; Tue, 17 Jan 2012 18:46:51 -0500 Received: by qcsr22 with SMTP id r22so1324240qcs.29 for ; Tue, 17 Jan 2012 15:46:48 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type; bh=GdrugWCTFzABzOBmcZO6mILcRQe9qAXFm16ctELPPW4=; b=Z4JJLf1Jsxqa0Z97BEr78fU+DzLviNXLBQdbOcqwiS2Must7odjaZzSddM4FPO+ivT wXsWD3ntV6QeTsgHyuCIJ7kC8hjYK8Sjhk7+nGhHM4oP8MFgRPjmgEgO9X4DnPOIj8NR BeLT3XG3a4uk8EVHxVTAPvM9+5Slh0PyFX3dI= MIME-Version: 1.0 Received: by 10.229.136.70 with SMTP id q6mr7056697qct.137.1326844008440; Tue, 17 Jan 2012 15:46:48 -0800 (PST) Received: by 10.229.73.201 with HTTP; Tue, 17 Jan 2012 15:46:48 -0800 (PST) Date: Tue, 17 Jan 2012 18:46:48 -0500 Message-ID: To: internals@lists.php.net Content-Type: text/plain; charset=ISO-8859-1 Subject: 64bit Windows builds From: ircmaxell@gmail.com (Anthony Ferrara) Hello all, I've noticed that on windows.php.net that all the builds are x86. I was wondering if there is any reason (technical or not) not to distribute x64 builds as well there. It's quite annoying having to constantly drop to a VM every time I need to test something that's 64 bit dependent... Just a thought. Thanks, Anthony