Newsgroups: php.internals,php.windows Path: news.php.net Xref: news.php.net php.internals:53133 php.windows:30648 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 75716 invoked from network); 7 Jun 2011 12:52:43 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 7 Jun 2011 12:52:43 -0000 Authentication-Results: pb1.pair.com smtp.mail=rasmus@lerdorf.com; spf=permerror; sender-id=unknown Authentication-Results: pb1.pair.com header.from=rasmus@lerdorf.com; sender-id=unknown Received-SPF: error (pb1.pair.com: domain lerdorf.com from 209.85.218.42 cause and error) X-PHP-List-Original-Sender: rasmus@lerdorf.com X-Host-Fingerprint: 209.85.218.42 mail-yi0-f42.google.com Received: from [209.85.218.42] ([209.85.218.42:37569] helo=mail-yi0-f42.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 94/98-30784-A1F1EED4 for ; Tue, 07 Jun 2011 08:52:43 -0400 Received: by yie16 with SMTP id 16so925356yie.29 for ; Tue, 07 Jun 2011 05:52:39 -0700 (PDT) Received: by 10.101.131.29 with SMTP id i29mr4985021ann.47.1307451159634; Tue, 07 Jun 2011 05:52:39 -0700 (PDT) Received: from [192.168.1.103] ([189.122.151.183]) by mx.google.com with ESMTPS id t27sm4043566anh.1.2011.06.07.05.52.36 (version=SSLv3 cipher=OTHER); Tue, 07 Jun 2011 05:52:38 -0700 (PDT) Message-ID: <4DEE1F12.3060908@lerdorf.com> Date: Tue, 07 Jun 2011 09:52:34 -0300 User-Agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.17) Gecko/20110516 Thunderbird/3.1.10 MIME-Version: 1.0 To: Lester Caine CC: php-windows , PHP internals References: <4DEDCF3C.9080109@lsces.co.uk> <4DEE1B5B.20302@lsces.co.uk> In-Reply-To: <4DEE1B5B.20302@lsces.co.uk> X-Enigmail-Version: 1.1.2 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Subject: Re: [PHP-DEV] Re: [PHP-WIN] Re: [PHP-DEV] Windows builds From: rasmus@lerdorf.com (Rasmus) On 06/07/2011 09:36 AM, Lester Caine wrote: > Pierre Joye wrote: >> Lester, >> >> We are now all aware of your constant bashing about our work for php >> on windows, but could you please give us some rest and post this >> wherever you like. >> >> And no you won't get a official ok for this build or any other but >> what we have already numerous times discuss. The same applies even >> more for x64 versions. > > No problem ... I'm not asking ... but future Firebird builds will only > work fully with 64 bit installations. I can see it making sense to have a 64-bit build of a Database, but clients that just talk to it over a socket using some socket protocol shouldn't in any way be required to also be 64-bit. Same goes for your Web server and PHP if you use the recommended FastCGI mechanism. Again there is a nice separation between the two, so you don't need to match build environments there either. -Rasmus