Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:64431 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 58917 invoked from network); 24 Dec 2012 19:19:10 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 24 Dec 2012 19:19:10 -0000 Authentication-Results: pb1.pair.com header.from=ab@php.net; sender-id=unknown Authentication-Results: pb1.pair.com smtp.mail=ab@php.net; spf=unknown; sender-id=unknown Received-SPF: unknown (pb1.pair.com: domain php.net does not designate 85.214.73.107 as permitted sender) X-PHP-List-Original-Sender: ab@php.net X-Host-Fingerprint: 85.214.73.107 klapt.com Received: from [85.214.73.107] ([85.214.73.107:33656] helo=h1123647.serverkompetenz.net) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 59/D2-34516-AAAA8D05 for ; Mon, 24 Dec 2012 14:19:09 -0500 Received: by h1123647.serverkompetenz.net (Postfix, from userid 1006) id 1E70791459E; Mon, 24 Dec 2012 20:19:04 +0100 (CET) X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on h1123647.serverkompetenz.net X-Spam-Level: X-Spam-Status: No, score=-2.9 required=3.5 tests=ALL_TRUSTED,BAYES_00 autolearn=ham version=3.3.1 Received: from [192.168.178.7] (dslb-088-066-249-095.pools.arcor-ip.net [88.66.249.95]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by h1123647.serverkompetenz.net (Postfix) with ESMTPSA id E1E0791450C; Mon, 24 Dec 2012 20:19:02 +0100 (CET) To: j adams Cc: internals In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Date: Mon, 24 Dec 2012 20:18:54 +0100 Message-ID: <1356376734.4698.10.camel@ghost> Mime-Version: 1.0 X-Mailer: Evolution 2.28.3 Content-Transfer-Encoding: 7bit Subject: Re: [PHP-DEV] Compiling PHP on Windows 7 - wiki needs update From: ab@php.net (Anatoliy Belsky) Hi, that wiki page is pretty much up to date. Also, if you have windows specific questions, there is internals-win@lists.php.net . Regards Anatoliy On Mon, 2012-12-24 at 11:01 -0800, 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? > * setenv flag of /xp -- what about win 7? > * setenv flag of /2008 -- what about VC++ 2010? > > Any help or suggestions would be much appreciated. Please let me know if I > should pester the doc team instead.