Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:21018 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 87856 invoked by uid 1010); 3 Dec 2005 09:24:35 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 87841 invoked from network); 3 Dec 2005 09:24:35 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 3 Dec 2005 09:24:35 -0000 X-Host-Fingerprint: 64.233.162.194 zproxy.gmail.com Linux 2.4/2.6 Received: from ([64.233.162.194:20580] helo=zproxy.gmail.com) by pb1.pair.com (ecelerity 2.0 beta r(6323M)) with SMTP id 25/85-14828-35461934 for ; Sat, 03 Dec 2005 04:24:35 -0500 Received: by zproxy.gmail.com with SMTP id 4so770425nzn for ; Sat, 03 Dec 2005 01:24:32 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; b=g6NO14CsNkMfZ11fpV4DnEs/YwlTLAkCekfy2a6eOitPKYrOZ8OG2imvxiY+xQ29CHcA72mQrojintaYDeXLyNcG8BzsCMThFamx25ZNGmWehvJA1LFeQm52+GiUkhA1JhnrlpPzlbQhK6PB69rlMnNsZXx7AIVzWa7Isz7dM8c= Received: by 10.36.227.62 with SMTP id z62mr3508581nzg; Sat, 03 Dec 2005 01:24:32 -0800 (PST) Received: by 10.36.9.7 with HTTP; Sat, 3 Dec 2005 01:24:32 -0800 (PST) Message-ID: <3c0797c60512030124w1578613y8675008194dcc0bd@mail.gmail.com> Date: Sat, 3 Dec 2005 20:24:32 +1100 To: internals@lists.php.net MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline Subject: Recommended work flow for Win32 module compilation From: patrick.barnes@gmail.com (Patrick Barnes) 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? Regards, Patrick