Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:45947 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 25574 invoked from network); 3 Nov 2009 22:43:31 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 3 Nov 2009 22:43:31 -0000 Authentication-Results: pb1.pair.com smtp.mail=pierre.php@gmail.com; spf=pass; sender-id=pass Authentication-Results: pb1.pair.com header.from=pierre.php@gmail.com; sender-id=pass; domainkeys=bad Received-SPF: pass (pb1.pair.com: domain gmail.com designates 72.14.220.159 as permitted sender) DomainKey-Status: bad X-DomainKeys: Ecelerity dk_validate implementing draft-delany-domainkeys-base-01 X-PHP-List-Original-Sender: pierre.php@gmail.com X-Host-Fingerprint: 72.14.220.159 fg-out-1718.google.com Received: from [72.14.220.159] ([72.14.220.159:46055] helo=fg-out-1718.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id F0/44-34073-112B0FA4 for ; Tue, 03 Nov 2009 17:43:30 -0500 Received: by fg-out-1718.google.com with SMTP id d23so3095855fga.11 for ; Tue, 03 Nov 2009 14:43:27 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :date:message-id:subject:from:to:cc:content-type; bh=LI/YBIiKpNAOPYVkrytZV2xR1OrpmnbA4frYn0J5r6I=; b=pc4IqmqEVS/6AD0MxN0VbfCdkcrMKCJ1G59SZU3ccBXSzbbidpZfSmUmbmh9fEE2v6 0d8hKLHEsZXRks79AIRJQ+n0SSKyC3OW/tvE0ezEzTbDClvcZI/LTUkbsNds+lBktODg ambenWc7DVqBzU5T1625xTZo5Ood9SXmd7uhE= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; b=Bv/eW7sLjnoJQxfqKbK7HUEijoUxvIu3LNp64GV3GxuSDKrySvtmtH7oQ7mlD1cKMH zDo1oIWT3Z+w1njGp8n78HaXCMLrS+HqnZ+earMblSSpbaaR3IrhG0Vh7jpvBKgXIE9M 2lubjfX8lU1XBgYmVw6pvEEGBGp1NejKfSdOE= MIME-Version: 1.0 Received: by 10.86.170.4 with SMTP id s4mr3527822fge.9.1257288206877; Tue, 03 Nov 2009 14:43:26 -0800 (PST) In-Reply-To: References: Date: Tue, 3 Nov 2009 23:43:26 +0100 Message-ID: To: Mark Skilbeck Cc: internals@lists.php.net Content-Type: text/plain; charset=ISO-8859-1 Subject: Re: [PHP-DEV] Extension Development on Windows From: pierre.php@gmail.com (Pierre Joye) hi, On Tue, Nov 3, 2009 at 9:23 PM, Mark Skilbeck wrote: > Hey, guys/gals. > > Do any of you know of an up-to-date resource on setting up a development > area / building extensions with VS? Everything I find is a couple of > years and / doesn't work. See: - http://wiki.php.net/internals/windows/stepbystepbuild - http://www.slideshare.net/pierrej/php-on-windows-internals That won't work for PHP 5.2 as it uses VC6 only and the build process is a bit tricky :). For 5.3+ it is very easy and straightforward. Sidenote: you need VC6 (enterprise) for php 5.2. I can do the VC6 ones on our snaps once you got it working smoothly with VC9 (2008, express included). There is also a dedicated list for windows development, internals-win@lists.php.net. Cheers, -- Pierre http://blog.thepimp.net | http://www.libgd.org