Hi, On Dec 24, 2012 8:02 PM, "j adams" <zardozro...@gmail.com> 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,