Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:71679 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 13784 invoked from network); 28 Jan 2014 16:32:51 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 28 Jan 2014 16:32:51 -0000 Authentication-Results: pb1.pair.com header.from=hannes.magnusson@gmail.com; sender-id=pass Authentication-Results: pb1.pair.com smtp.mail=hannes.magnusson@gmail.com; spf=pass; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.220.50 as permitted sender) X-PHP-List-Original-Sender: hannes.magnusson@gmail.com X-Host-Fingerprint: 209.85.220.50 mail-pa0-f50.google.com Received: from [209.85.220.50] ([209.85.220.50:45167] helo=mail-pa0-f50.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id C4/32-01140-2BBD7E25 for ; Tue, 28 Jan 2014 11:32:51 -0500 Received: by mail-pa0-f50.google.com with SMTP id kp14so575789pab.9 for ; Tue, 28 Jan 2014 08:32:47 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type:content-transfer-encoding; bh=CGUQQR+N6hsU/NTWwAI1wi435Fsr3irnudMLYoQ2Bm8=; b=nUB5l2dijDK1GPwln4mZgFYeXajxAzpKBYUy7qzZKzb3PQ+3HkIexEgt4336NmYq8V UGod5o4uDhXXffz1kmziS/dL4L9LbM+uQ78RqgUjHM8lLG10hEblmRk+FpOurn1uOm9U tUqe8yge9M8GRPtAGUHOJn+CumcDlHskw9nmvbNSilH/9hMSO0erXfo8OzUlk8GCBOt9 /cxMBoAaHiV8RmYGZqf4yEFIC/SMus50MKL1MsQL0mX385WQkFT3Js1ofT8ggXELHpWl i/Ak6LMi8JagghXmXMRnya2PEBFP2QoE+FH2ZKzXqVWXPl3JWHnzt4qZ7pio36RFfEyg pYBg== MIME-Version: 1.0 X-Received: by 10.68.201.10 with SMTP id jw10mr2486003pbc.25.1390926767863; Tue, 28 Jan 2014 08:32:47 -0800 (PST) Received: by 10.68.60.3 with HTTP; Tue, 28 Jan 2014 08:32:47 -0800 (PST) In-Reply-To: References: <52E29B7C.9060507@php.net> <1390838775.2941.71.camel@guybrush> <52E6A116.2010609@hristov.com> Date: Tue, 28 Jan 2014 08:32:47 -0800 Message-ID: To: Anatol Belski , Rob Richards Cc: Andrey Hristov , PHP Development Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Subject: Re: [PHP-DEV] PHP-5.6 does not build From: hannes.magnusson@gmail.com (Hannes Magnusson) On Tue, Jan 28, 2014 at 4:13 AM, Anatol Belski wrote: > Hi Andrey, > > On Mon, January 27, 2014 19:10, Andrey Hristov wrote: >> On 27.01.2014 18:06, Johannes Schl=C3=BCter wrote: >> >>> On Fri, 2014-01-24 at 17:57 +0100, Sebastian Bergmann wrote: >>> >>>> `/usr/local/src/php/src/TSRM/tsrm_virtual_cwd.c', needed by >>>> `TSRM/tsrm_virtual_cwd.lo'. Stop. >>>> >>>> >>>> >>> that file is long gone. You miss buildconf. >>> >>> johannes >>> >>> >>> >> the TSRM.dsp still mentions the header file >> >> TSRM.dsp:SOURCE=3D.\tsrm_virtual_cwd.h >> >> > thanks for pointing to this. Fixed just now. Though I wonder if this old > projects are used by anyone, if yes - they could be updated to some more > up to date version, like VC9. If its not used by the current Windows build system, then there hardly is any reason to keep them? Its not like there are thousands of Windows users building PHP manually on exotic Windows platforms needing multiple ways to achieve the goal. Rob was the last one I recall to use/play with the .dsp system.. Doesn't seem like he cares about it anymore and I think its a safe bet that it can then be removed. -Hannes