Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:21020 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 71749 invoked by uid 1010); 3 Dec 2005 14:04:25 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 71733 invoked from network); 3 Dec 2005 14:04:25 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 3 Dec 2005 14:04:25 -0000 X-Host-Fingerprint: 64.233.184.199 wproxy.gmail.com Linux 2.4/2.6 Received: from ([64.233.184.199:32959] helo=wproxy.gmail.com) by pb1.pair.com (ecelerity 2.0 beta r(6323M)) with SMTP id 1C/9C-14828-9E5A1934 for ; Sat, 03 Dec 2005 09:04:25 -0500 Received: by wproxy.gmail.com with SMTP id 69so308798wra for ; Sat, 03 Dec 2005 06:04:21 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=VsKReyQT88ktk+SZO5Tdayej8BzfeV4IyLQzDjAxPQZ0Q7w5o6EXaCrhxPCLVBJjUROnLVOo/v0NIaptGR4aiqEvV2hBepNVY0622aA2BzFPmnWGDdpYdinegbj2OagEbfJNZsf0G4my0YMJHm7TqywnEbnsKtDKsX7wA2LtqB0= Received: by 10.54.68.8 with SMTP id q8mr385885wra; Sat, 03 Dec 2005 06:04:19 -0800 (PST) Received: by 10.54.77.20 with HTTP; Sat, 3 Dec 2005 06:04:21 -0800 (PST) Message-ID: <4e89b4260512030604o1dd86b82vd8f133d4c1ff9b44@mail.gmail.com> Date: Sat, 3 Dec 2005 09:04:21 -0500 To: Michael Wallner Cc: internals@lists.php.net In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline References: <3c0797c60512030124w1578613y8675008194dcc0bd@mail.gmail.com> Subject: Re: [PHP-DEV] Re: Recommended work flow for Win32 module compilation From: kingwez@gmail.com (Wez Furlong) On 12/3/05, Michael Wallner wrote: > 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. VC6 or above... VC6 is really old now, and there are newer, free, versions of the MS compiler available. If you're targeting PHP 5, take a look at the README.WIN32-BUILD-SYSTEM file in the PHP source. --Wez.