Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:33098 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 53362 invoked by uid 1010); 12 Nov 2007 19:25:01 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 53342 invoked from network); 12 Nov 2007 19:25:01 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 12 Nov 2007 19:25:01 -0000 X-Host-Fingerprint: 24.247.219.180 24-247-219-180.dhcp.cdwr.mi.charter.com Received: from [24.247.219.180] ([24.247.219.180:23710] helo=localhost.localdomain) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 4F/5C-09095-C88A8374 for ; Mon, 12 Nov 2007 14:25:01 -0500 Message-ID: <4F.5C.09095.C88A8374@pb1.pair.com> To: internals@lists.php.net Date: Mon, 12 Nov 2007 14:21:52 -0500 User-Agent: Thunderbird 2.0.0.6 (Windows/20070728) MIME-Version: 1.0 References: <02.DE.09095.25988374@pb1.pair.com> <4738A54F.9060201@zend.com> In-Reply-To: <4738A54F.9060201@zend.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Posted-By: 24.247.219.180 Subject: Re: [PHP-DEV] Providing Visual Studio 2005 builds (again) From: emsmith@elizabethmariesmith.com (Elizabeth Smith) Stanislav Malyshev wrote: >> Opinions? Thoughts? And yes I am volunteering to help with the work, >> not just whining for a solution. > > Just as a note - I'm doing my work builds with 2005 for some time now, > and it works (at least for extension set I'm using :). However there's a > twist for it since 2005 generates binaries linked against libraries > which may not be installed by default, one may need this package: > http://www.microsoft.com/downloads/details.aspx?familyid=32bc1bee-a3f9-4c13-9c99-220b62a191ee&displaylang=en > > in order to run such binaries. I've also been doing builds on 2005 (and 2008) and providing those builds for quite a while, and yes you have to either install the new runtime dll (using that installer) or bundle it in side-by-side configuration. I have yet to hit runtime issues but I know other people have not been so lucky. In any case I'm just asking for "official" builds with new compilers for people to start testing/using.