Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:32624 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 76516 invoked by uid 1010); 3 Oct 2007 23:15:09 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 76501 invoked from network); 3 Oct 2007 23:15:09 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 3 Oct 2007 23:15:09 -0000 Authentication-Results: pb1.pair.com header.from=andi@zend.com; sender-id=pass Authentication-Results: pb1.pair.com smtp.mail=andi@zend.com; spf=pass; sender-id=pass Received-SPF: pass (pb1.pair.com: domain zend.com designates 212.25.124.162 as permitted sender) X-PHP-List-Original-Sender: andi@zend.com X-Host-Fingerprint: 212.25.124.162 mail.zend.com Windows 2000 SP4, XP SP1 Received: from [212.25.124.162] ([212.25.124.162:48191] helo=mx1.zend.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 03/56-38275-B7224074 for ; Wed, 03 Oct 2007 19:15:09 -0400 Received: from us-ex1.zend.com ([192.168.16.5]) by mx1.zend.com with Microsoft SMTPSVC(6.0.3790.3959); Thu, 4 Oct 2007 01:15:04 +0200 X-MimeOLE: Produced By Microsoft Exchange V6.5 Content-class: urn:content-classes:message MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable Date: Wed, 3 Oct 2007 16:14:45 -0700 Message-ID: <698DE66518E7CA45812BD18E807866CEC124AC@us-ex1.zend.net> X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: [PHP-DEV] VS 2005 Support for 5.3? Thread-Index: AcgGBVIYfXEIyjEQS8Su+n65UKm4hAABizQw References: <219701324.20071003170756@marcus-boerger.de> <019c01c80605$307c6140$4001a8c0@pc07653> To: "Nuno Lopes" , "Pierre" , "Marcus Boerger" Cc: "PHP Internals List" , "Rob Richards" , "Frank M. Kromann" , "Edin Kadribasic" , "Dmitry Stogov" X-OriginalArrivalTime: 03 Oct 2007 23:15:04.0506 (UTC) FILETIME=[3B0F41A0:01C80613] Subject: RE: [PHP-DEV] VS 2005 Support for 5.3? From: andi@zend.com ("Andi Gutmans") Although it may work for you with your applications unless all of your 3rd party libs are compiled with VS 2005 there's a fair chance that you'll have issues when data structures are passed between PHP which is compiled against one CRT lib to DLLs which were compiled with older versions (different size of structures, etc...) > -----Original Message----- > From: Nuno Lopes [mailto:nlopess@php.net] > Sent: Wednesday, October 03, 2007 2:35 PM > To: Pierre; Marcus Boerger > Cc: PHP Internals List; Rob Richards; Frank M. Kromann; Edin > Kadribasic; Dmitry Stogov > Subject: Re: [PHP-DEV] VS 2005 Support for 5.3? >=20 > > I already use 2k3 to compile my binaries or to develop, it works > > pretty well. The 2k5 brings more change and require a couple of > > important changes in our build (like the manifest support or what > > other describe in this thread). >=20 > Uhm I use VS 2005 to build PHP (vanila) for quite some time and it > works > pretty well. I even use some of Edin's compiled libraries. > Disclaimer: I don't use those binaries in production. I only use them > to > debug PHP bugs on windows >=20 > Nuno >=20 > -- > PHP Internals - PHP Runtime Development Mailing List > To unsubscribe, visit: http://www.php.net/unsub.php