Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:64446 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 91376 invoked from network); 27 Dec 2012 05:56:45 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 27 Dec 2012 05:56:45 -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.223.173 as permitted sender) X-PHP-List-Original-Sender: pierre.php@gmail.com X-Host-Fingerprint: 209.85.223.173 mail-ie0-f173.google.com Received: from [209.85.223.173] ([209.85.223.173:50469] helo=mail-ie0-f173.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id A0/50-16827-C13EBD05 for ; Thu, 27 Dec 2012 00:56:45 -0500 Received: by mail-ie0-f173.google.com with SMTP id e13so11257328iej.32 for ; Wed, 26 Dec 2012 21:56:42 -0800 (PST) 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=Rpn1inZORMbX1wZj9ekfNxH8zWEZ1EofgMRVmtkdSBM=; b=sykWzfZ1nxoKtgNmthLVtyg6VPvxAkRxSNlbfMqrvEKXo0ntzyFiywj1B/mi/tUGpK cNjLRm6/LVZ4l2DyC4udfs3vFtkBG6RfdetRyp5gwTFaiiw8q47ndqLbN7N/RLjCGRxd 0OxFh1v4kivmwaRHFkuXEoY9+A2iK9ZBHu2f7jt9wCh/fugaFIupI1fVInjRQh7V5Hee ol617LxSyn8vCIjZgoXyF/bD/aR1B4WUw9IntOlEqG5EPxHsxjU/KZHxU6/7YMAGkak5 tFq9VyHyqJTGdwq9/l+UyLmxQfJl/vzlKUTKgZ/BBlOXrelrCimVLkwwOnKwt5nyfSsF Ku+Q== MIME-Version: 1.0 Received: by 10.50.77.133 with SMTP id s5mr21553137igw.110.1356587802508; Wed, 26 Dec 2012 21:56:42 -0800 (PST) Received: by 10.64.20.104 with HTTP; Wed, 26 Dec 2012 21:56:42 -0800 (PST) Received: by 10.64.20.104 with HTTP; Wed, 26 Dec 2012 21:56:42 -0800 (PST) In-Reply-To: References: Date: Thu, 27 Dec 2012 06:56:42 +0100 Message-ID: To: "J. Adams" Cc: PHP internals Content-Type: multipart/alternative; boundary=e89a8f3bb027133bd904d1cf36b2 Subject: Re: [PHP-DEV] Compiling PHP on Windows 7 - wiki needs update From: pierre.php@gmail.com (Pierre Joye) --e89a8f3bb027133bd904d1cf36b2 Content-Type: text/plain; charset=ISO-8859-1 Hi, On Dec 24, 2012 8:02 PM, "j adams" wrote: > > Hello all: > > I'm not sure if this is the right place to ask this question, but I'm > wondering if there might be an update available for this wiki describing > how to compile on Windows: > https://wiki.php.net/internals/windows/stepbystepbuild > > In particular, there are a couple of aspects to that wiki entry that look a > bit old: > * setenv flag of /x86 -- what about 64-bit? x64 builds are not yet officially supported. However nothing prevents one to do it. It should build fine. > * setenv flag of /xp -- what about win 7? This sets the minimum windows version for PHP 5.3 or 5.4. It obviously creates bins compatible with Windows 7 or even windows 8. 5.5 will use windows 7 as a minimum version > * setenv flag of /2008 -- what about VC++ 2010? 5.3 and 5.4 builds are done using vc9 (vs 2008). It is strongly recommended to use vc9 to build extensions targetting 5.3 or 5.4. Cheers, --e89a8f3bb027133bd904d1cf36b2--