Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:21029 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 44036 invoked by uid 1010); 4 Dec 2005 07:25:46 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 44021 invoked from network); 4 Dec 2005 07:25:46 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 4 Dec 2005 07:25:46 -0000 X-Host-Fingerprint: 64.233.162.199 zproxy.gmail.com Linux 2.4/2.6 Received: from ([64.233.162.199:34500] helo=zproxy.gmail.com) by pb1.pair.com (ecelerity 2.0 beta r(6323M)) with SMTP id 1C/65-14828-9F992934 for ; Sun, 04 Dec 2005 02:25:45 -0500 Received: by zproxy.gmail.com with SMTP id 4so911969nzn for ; Sat, 03 Dec 2005 23:25:42 -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=Saqaf12jTiI+kNWJVaG/XQTwLVaYEjBH0UuRMLEc4myU70ArAYEdwq1xSoxWSjjPQsVuT5VrVoPL4l7uyAjc9fmkBQ2AXY2a8EqkuFBDS7LxC8GxtuxPkw8JgHO5kKp5xi1lEVacjhRodcHmBe9Ml+mTkDUni1tn+UUrrjBP2q0= Received: by 10.36.251.72 with SMTP id y72mr4272634nzh; Sat, 03 Dec 2005 23:25:42 -0800 (PST) Received: by 10.36.9.7 with HTTP; Sat, 3 Dec 2005 23:25:42 -0800 (PST) Message-ID: <3c0797c60512032325o16d8ae70x5c88cbc3dcde6018@mail.gmail.com> Date: Sun, 4 Dec 2005 18:25:42 +1100 To: Wez Furlong Cc: Michael Wallner , internals@lists.php.net In-Reply-To: <4e89b4260512030604o1dd86b82vd8f133d4c1ff9b44@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> Subject: Re: [PHP-DEV] Re: Recommended work flow for Win32 module compilation From: patrick.barnes@gmail.com (Patrick Barnes) 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