RE: [INTERNALS-WIN] PHP7: which Windows Kit?

[email protected] ("Anatol Belski") Wed, 5 Aug 2015 19:28:01 +0200
Newsgroups php.internals.win
Message-ID <[email protected]>
Hi Jan,

> -----Original Message-----
> From: Jan Ehrhardt [mailto:[email protected]]
> Sent: Wednesday, August 5, 2015 5:41 PM
> To: [email protected]
> Subject: Re: [INTERNALS-WIN] PHP7: which Windows Kit?
> 
> "Anatol Belski" in php.internals.win (Wed, 5 Aug 2015 17:13:15 +0200):
> >What's new is in Win10 SDK -
> >https://dev.windows.com/en-us/downloads/windows-10-sdk ... If you read
> >this, from anything there PHP requires only UCRT, and it is available
> >by the default installation of VS2015 (and receives the updates with it).
> >
> >I'm really not sure what is the practical issue you see.
> 
> 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. If
you continuously get such errors, maybe you should even involve the MS
support.

Regards

Anatol