Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:77385 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 25546 invoked from network); 20 Sep 2014 15:07:45 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 20 Sep 2014 15:07:45 -0000 Authentication-Results: pb1.pair.com header.from=kalle.php@gmail.com; sender-id=pass Authentication-Results: pb1.pair.com smtp.mail=kalle.php@gmail.com; spf=pass; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.217.182 as permitted sender) X-PHP-List-Original-Sender: kalle.php@gmail.com X-Host-Fingerprint: 209.85.217.182 mail-lb0-f182.google.com Received: from [209.85.217.182] ([209.85.217.182:41581] helo=mail-lb0-f182.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 60/95-24334-0489D145 for ; Sat, 20 Sep 2014 11:07:44 -0400 Received: by mail-lb0-f182.google.com with SMTP id u10so4713763lbd.27 for ; Sat, 20 Sep 2014 08:07:41 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:in-reply-to:references:date:message-id:subject :from:to:cc:content-type; bh=JWBap+Vau/Mza70Vx0Oh+JSKxMGlwnY8SekAQcSm3R8=; b=ddfR8Y//WulwmkoLORW2So0KohnnkpfP0fXpjFFT2tvJK8sMnbvl8BKL8T2vwvkTbR D+C0BukrqkUMHFeoRbIgcT2vlwSd+R2xgj8qaPKLAZ+mzM+1N8PjFo6GNeowc1FkV4By ZeK6n12w+1yHjMRkWQLqoQyzMxMj4kkxfqJj5PvmKszg2RdMn4psL2Yk+pswgE7ITNHA cOEwt/CHWiwFYzWSOC03gYIXvWzQqxhwMrWwz4KeCNZOq4oM0OV4w5MKdWytsGDRgKq7 AhXfcQy7WQ0B1i1z0fEjkV8Jr0elO726B/gEEtzONi63878eAGJ2K+XbkadanbweyWpx NByA== MIME-Version: 1.0 X-Received: by 10.112.200.134 with SMTP id js6mr13040443lbc.0.1411225661449; Sat, 20 Sep 2014 08:07:41 -0700 (PDT) Sender: kalle.php@gmail.com Received: by 10.112.73.65 with HTTP; Sat, 20 Sep 2014 08:07:41 -0700 (PDT) In-Reply-To: References: Date: Sat, 20 Sep 2014 17:07:41 +0200 X-Google-Sender-Auth: 9u4BWAO3-CM7kYaYeS6wUKTTBuQ Message-ID: To: Anatol Belski Cc: Internals Content-Type: text/plain; charset=UTF-8 Subject: Re: [PHP-DEV] Removing *.dsw *dsp files from php-src From: kalle@php.net (Kalle Sommer Nielsen) 2014-09-20 10:13 GMT+02:00 Anatol Belski : > Hi, > > this was already suggested at least once last year. But now with master > this is pretty justified. > > In the light of the PdbProject presense, removing the *.dsw *.dsp files > will simplify things negating the need to update those on every change. > Also, those files are in VS2005 format, but master is buildable with at > least VS2012. > > Anyone who needs the Visual Studio GUI, can generate project files using > the PdbProject. It's available with VS2012 and up > > http://visualstudiogallery.msdn.microsoft.com/952cac4e-fe4d-40a8-9656-9ae863bedbff > > Thus, I'm asking whether someone would miss the dsw/dsp files. I would > remove those from master some when next week otherwise. > Insert 'kill_it_with_fire.jpg' here, lets do it. I already tried it a few years ago but it had to be reverted -- regards, Kalle Sommer Nielsen kalle@php.net