Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:21032 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 53892 invoked by uid 1010); 4 Dec 2005 16:02:08 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 53877 invoked from network); 4 Dec 2005 16:02:08 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 4 Dec 2005 16:02:08 -0000 X-Host-Fingerprint: 64.233.184.193 wproxy.gmail.com Linux 2.4/2.6 Received: from ([64.233.184.193:52518] helo=wproxy.gmail.com) by pb1.pair.com (ecelerity 2.0 beta r(6323M)) with SMTP id 29/6E-14828-00313934 for ; Sun, 04 Dec 2005 11:02:08 -0500 Received: by wproxy.gmail.com with SMTP id 69so457955wra for ; Sun, 04 Dec 2005 08:02:04 -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=ndxI8T5vP/Dp5VG3hdahx+dP/d+jtOIjNDz5knQWlOkXp1lHt1P094d0b02MP441ilVpJwGCFiySV7Qxbz/e2wBdyaJJnkaaDP5aOVv1NJbguuXVmFW4Yrb6X92kTHCqAgMeJBbxkq7QWnroOns3W+DOBcnl/clhTcwW4Yn/V1c= Received: by 10.54.84.12 with SMTP id h12mr225985wrb; Sun, 04 Dec 2005 08:00:14 -0800 (PST) Received: by 10.54.77.20 with HTTP; Sun, 4 Dec 2005 08:02:03 -0800 (PST) Message-ID: <4e89b4260512040802x3e859473xa37cc0af63964e4@mail.gmail.com> Date: Sun, 4 Dec 2005 11:02:03 -0500 To: Patrick Barnes Cc: Michael Wallner , internals@lists.php.net In-Reply-To: <3c0797c60512032325o16d8ae70x5c88cbc3dcde6018@mail.gmail.com> 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> <4e89b4260512030604o1dd86b82vd8f133d4c1ff9b44@mail.gmail.com> <3c0797c60512032325o16d8ae70x5c88cbc3dcde6018@mail.gmail.com> Subject: Re: [PHP-DEV] Re: Recommended work flow for Win32 module compilation From: kingwez@gmail.com (Wez Furlong) Yeah, we should persuade Edin to upgrade his compiler :) --Wez. On 12/4/05, Patrick Barnes wrote: > Wez, > > > > 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. > > The reason I asked is that modules compiled with VS2005 don't seem to > work with the stock Win32 PHP release, even after copying all the > various DLLs into place. I forget the exact error, however. > > Works fine with the compiled with VS2005 PHP, though. > > > --Wez. > > Regards, > Patrick >