Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:57421 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 9919 invoked from network); 18 Jan 2012 23:04:37 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 18 Jan 2012 23:04:37 -0000 Authentication-Results: pb1.pair.com header.from=keisial@gmail.com; sender-id=pass Authentication-Results: pb1.pair.com smtp.mail=keisial@gmail.com; spf=pass; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 74.125.82.170 as permitted sender) X-PHP-List-Original-Sender: keisial@gmail.com X-Host-Fingerprint: 74.125.82.170 mail-we0-f170.google.com Received: from [74.125.82.170] ([74.125.82.170:59126] helo=mail-we0-f170.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 96/B0-04349-400571F4 for ; Wed, 18 Jan 2012 18:04:37 -0500 Received: by werp12 with SMTP id p12so2621090wer.29 for ; Wed, 18 Jan 2012 15:04:34 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=message-id:date:from:user-agent:mime-version:to:cc:subject :references:in-reply-to:content-type:content-transfer-encoding; bh=V410BeVKfmNzEKPbNkkSN+UOS0GlY7rhfch/Nfx21sc=; b=yFiPM2rKvZVZ65CtysIQani57fpxX1A6F6PPqvruWkFPsFEB/E6z+ebK9hqqzGmr22 bqt6au2Qj/vd0xH7ZqTggK5T8A9ZUr/PteS9/jaoQXISkxVuGuq0OTnNhKkKv1Mb7Onf k9dgBPtNHSfeVI84Etko1ArORd7xEFESK7+Kk= Received: by 10.216.137.155 with SMTP id y27mr222650wei.53.1326927874229; Wed, 18 Jan 2012 15:04:34 -0800 (PST) Received: from [192.168.1.26] (128.Red-83-49-114.dynamicIP.rima-tde.net. [83.49.114.128]) by mx.google.com with ESMTPS id g12sm59924862wiw.10.2012.01.18.15.04.30 (version=SSLv3 cipher=OTHER); Wed, 18 Jan 2012 15:04:31 -0800 (PST) Message-ID: <4F17510F.9000702@gmail.com> Date: Thu, 19 Jan 2012 00:09:03 +0100 User-Agent: Thunderbird MIME-Version: 1.0 To: Pierre Joye CC: "William A. Rowe Jr." , Lester Caine , PHP internals References: <4F16AB37.1070107@lsces.co.uk> <4F16B758.7010206@lsces.co.uk> <4F170372.2080201@rowe-clan.net> In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: [PHP-DEV] 64bit Windows builds From: keisial@gmail.com (=?ISO-8859-1?Q?=C1ngel_Gonz=E1lez?=) On 18/01/12 20:35, Pierre Joye wrote: >> Actually, no. There are any number of free mechanisms to build 64 bit code. > None of them are part of what we support tho' (we do not support mingw > for example, and won't support it). Actually, why couldn't mingw be supported one day? (supposing someone did the work to change half the PHP_WIN defines to PHP_MSVC) Such binaries wouldn't be compatible with IIS, but mingw seems preferible to the legacy VC6 for use with the oficial Apache binaries.