Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:77401 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 74341 invoked from network); 21 Sep 2014 00:26:26 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 21 Sep 2014 00:26:26 -0000 Authentication-Results: pb1.pair.com header.from=php@golemon.com; sender-id=softfail Authentication-Results: pb1.pair.com smtp.mail=php@golemon.com; spf=softfail; sender-id=softfail Received-SPF: softfail (pb1.pair.com: domain golemon.com does not designate 209.85.192.180 as permitted sender) X-PHP-List-Original-Sender: php@golemon.com X-Host-Fingerprint: 209.85.192.180 mail-pd0-f180.google.com Received: from [209.85.192.180] ([209.85.192.180:43472] helo=mail-pd0-f180.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id FC/73-55126-13B1E145 for ; Sat, 20 Sep 2014 20:26:25 -0400 Received: by mail-pd0-f180.google.com with SMTP id r10so2148620pdi.11 for ; Sat, 20 Sep 2014 17:26:22 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:sender:in-reply-to:references:date :message-id:subject:from:to:cc:content-type; bh=3oL6zg315F/GNpnaRxDGIfGKZ01x8wUi5D3QMrMuvZE=; b=Nc09DqnCvLKlZdWB0FBu+N0dxOcXDlnM9fTQ6cs5j2N65Joxtn13OgwRC+uUlBirzY 4nus+c20HtQ6tG5/dAx9va5JoHAcdeTOcKL5ZlwPwURRJFwnrc5NkjvC+tV6h0edBv9u lGQ2PDgCLem0SoGILPG11XbxZvZWr0n72rXbfjmpXy8mNw8UKinml3wr+Mw5vnRTXqSc gE+wK3Udac0+7w4zmHBBEMoEN18OjBloUyPBWt2DAEK8lKBhnPNwaH/nUJia2+puHhfn ECj+EUSxjV2KfkASol6o3geWJgBAO9U940WN7zC4aHr5E7PeSSUEKRKgGmw7duIgbx26 yCBg== X-Gm-Message-State: ALoCoQmNrVrSZ90agzF+tIlgHzBxsRUbWruwzx5j4ASUgFSC/69bX92Bq2QbPvf0JzwzlCfIpnpR MIME-Version: 1.0 X-Received: by 10.68.65.48 with SMTP id u16mr86340pbs.150.1411259181941; Sat, 20 Sep 2014 17:26:21 -0700 (PDT) Sender: php@golemon.com Received: by 10.70.100.67 with HTTP; Sat, 20 Sep 2014 17:26:21 -0700 (PDT) X-Originating-IP: [173.252.71.189] In-Reply-To: References: Date: Sat, 20 Sep 2014 17:26:21 -0700 X-Google-Sender-Auth: NOH8K402349SACXpfaCacsHzvms Message-ID: To: Kalle Sommer Nielsen Cc: Anatol Belski , Internals Content-Type: text/plain; charset=UTF-8 Subject: Re: [PHP-DEV] Removing *.dsw *dsp files from php-src From: pollita@php.net (Sara Golemon) On Sat, Sep 20, 2014 at 8:07 AM, Kalle Sommer Nielsen wrote: > 2014-09-20 10:13 GMT+02:00 Anatol Belski : >> 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 > At the risk of cluttering list traffic with "me too", you've got my vote. The config.w32 system is properly ancient by internet standards, we can certainly afford to do away with its predecessor, especially if there's a BC option for that one rando running PHP on Windows 95. -Sara