RE: [INTERNALS-WIN] PHP7: which Windows Kit?
[email protected] ("Anatol Belski") Wed, 5 Aug 2015 22:39:08 +0200
| Newsgroups | php.internals.win |
|---|---|
| Message-ID | <[email protected]> |
> -----Original Message----- > From: Jan Ehrhardt [mailto:[email protected]] > Sent: Wednesday, August 5, 2015 9:45 PM > To: [email protected] > Cc: [email protected]; [email protected] > Subject: Re: [INTERNALS-WIN] PHP7: which Windows Kit? > > Hi Anatol, > > "Anatol Belski" in php.internals.win (Wed, 5 Aug 2015 19:28:01 +0200): > >> From: Jan Ehrhardt [mailto:[email protected]] > >> > >> WinSock2.h is not in the UCRT and PHP needs to include it. The > >> practical > >> issue: where does the build process find it? > >> -- > >If it's completely missing, you can try to get it serving with a > >standalone SDK installation. But actually sounds like some broken > >install or configuration issue. From what is known today - the SDK > >should have been already included with VS2015 installation when VC++ > features are enabled. > > To completely rule out any misconfiguration, I am making a new Win7Pro x64 > machine from scratch. I started with a Win7 Pro iso, installed Win7Pro, activated > it. At the moment it is catching up with all the updates since > Win7 SP1. Will take some time... > > In the meantime, could you tell me what 'echo %include%' on your build > machines report? > -- Well, I have one netbook with win7 x86 + vc14 ... will probably brush out soon ... C:\Program Files\Microsoft Visual Studio 14.0\VC\INCLUDE;C:\Program Files\Microsoft Visual Studio 14.0\VC\ATLMFC\INCLUDE;C:\Program Files\Windows Kits\10\include\10.0.10150.0\ucrt;C:\Program Files\Windows Kits\NETFXSDK\4.6\include\um;C:\Program Files\Windows Kits\8.1\include\shared;C:\Program Files\Windows Kits\8.1\include\um;C:\Program Files\Windows Kits\8.1\include\winrt; However I did not experience any issue. Just install and go ahead. Not sure it'll help you anyway. Using the IE images is probably not optimal. Regards Anatol