Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:32605 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 22578 invoked by uid 1010); 3 Oct 2007 16:48:22 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 22560 invoked from network); 3 Oct 2007 16:48:22 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 3 Oct 2007 16:48:22 -0000 Authentication-Results: pb1.pair.com smtp.mail=pierre.php@gmail.com; spf=pass; sender-id=pass Authentication-Results: pb1.pair.com header.from=pierre.php@gmail.com; sender-id=pass; domainkeys=bad Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.132.245 as permitted sender) DomainKey-Status: bad X-DomainKeys: Ecelerity dk_validate implementing draft-delany-domainkeys-base-01 X-PHP-List-Original-Sender: pierre.php@gmail.com X-Host-Fingerprint: 209.85.132.245 an-out-0708.google.com Received: from [209.85.132.245] ([209.85.132.245:31174] helo=an-out-0708.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id F7/32-09129-5D7C3074 for ; Wed, 03 Oct 2007 12:48:21 -0400 Received: by an-out-0708.google.com with SMTP id c18so693614anc for ; Wed, 03 Oct 2007 09:48:19 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; bh=btbkjkbid651dXc4Q7LF24HNOGRy4LeqDdvsFdiApP4=; b=hPw40nYwozxXrycleEai0U0lUU/nuoF19NUOnKZT3yNER71HvsTdo/dKFhClqxA2DvdsQkfC3cQcbEKCMJsU3z4GQSvM/AUFwiVuCO71Ne0G8uYTp79R4ZDgfFA+OUuJhcTUVpUyTcATu7nIfNw4cPeQ5blb6vV76lzf9Iysf3g= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=FUt3v2ni0swyDq5enLLgU8GCqT+dMrhlFIB1Tr5Jweky72Gw4ZNABh6Ni5iVylb4y7s2zzwNv+qk6hoGuwOoHIS07ZN8+uyAPmEnZ3bnQ9ZmPgOifVxEaXunHu9k3se5+bHk70THGr7ZiHwgpsozlc09kLtqBjSP1epHF13/dkA= Received: by 10.142.52.9 with SMTP id z9mr1396974wfz.1191430097937; Wed, 03 Oct 2007 09:48:17 -0700 (PDT) Received: by 10.140.136.3 with HTTP; Wed, 3 Oct 2007 09:48:17 -0700 (PDT) Message-ID: Date: Wed, 3 Oct 2007 18:48:17 +0200 To: "Marcus Boerger" Cc: "PHP Internals List" , "Rob Richards" , "Frank M. Kromann" , "Edin Kadribasic" , "Dmitry Stogov" In-Reply-To: <219701324.20071003170756@marcus-boerger.de> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <219701324.20071003170756@marcus-boerger.de> Subject: Re: [PHP-DEV] VS 2005 Support for 5.3? From: pierre.php@gmail.com (Pierre) On 10/3/07, Marcus Boerger wrote: > Hello Pierre, > > dropping all vc6 build files seems like a good idea to me. Only Stan (or Dmitry?) was given them some love lately but the rest of us use the jscript based build system :). So yes, we can remove them as well. > If possible i'd > like to have vs2002 and vs2003 work as well. And vs2007 is at the door > already. 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). I never tried with the test versions of 2k7, however what I heard is that being ready for 2k5 will make us ready for 2k7 as well. Cheers, --Pierre