Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:21019 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 92201 invoked by uid 1010); 3 Dec 2005 09:35:41 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 92186 invoked from network); 3 Dec 2005 09:35:41 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 3 Dec 2005 09:35:41 -0000 X-Host-Fingerprint: 80.123.98.46 unknown Received: from ([80.123.98.46:24840] helo=localhost.localdomain) by pb1.pair.com (ecelerity 2.0 beta r(6323M)) with SMTP id BE/06-14828-BE661934 for ; Sat, 03 Dec 2005 04:35:39 -0500 Message-ID: To: internals@lists.php.net Date: Sat, 03 Dec 2005 10:36:10 +0100 User-Agent: Thunderbird 1.4 (Windows/20050908) MIME-Version: 1.0 References: <3c0797c60512030124w1578613y8675008194dcc0bd@mail.gmail.com> In-Reply-To: <3c0797c60512030124w1578613y8675008194dcc0bd@mail.gmail.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Posted-By: 80.123.98.46 Subject: Re: Recommended work flow for Win32 module compilation From: mike@php.net (Michael Wallner) Patrick Barnes wrote: > Hi there, > > I was wondering what the recommended work flow was to generate shared > modules compatible with the binary PHP .zip/installer for Win32. > > Additionally, what software would I need to use to compile my module? If you want your module to work with the stock Win32 PHP release, you'll need MSVC6. The rest is described in the manual. Regards, -- Michael - http://dev.iworks.at/ext-http/http-functions.html.gz