Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add VS17 informations #9

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

macintoshplus
Copy link

No description provided.

@cmb69
Copy link
Contributor

cmb69 commented Sep 4, 2024

Thank you!

See also #7, which uses a more conservative SDK; not sure what to prefer.

@macintoshplus
Copy link
Author

The choice is not easy. I prefer the older SDK to keep more compatible with old VisualStudio installation.

I have to test the library build with an older version without installing it.

I don't think that using one version or another changes much in the generated binary. The libraries do not use the new features of the latest SDKs.

@cmb69
Copy link
Contributor

cmb69 commented Sep 4, 2024

I remember that a while ago I had issues (don't remember exactly what it was) with some of the newer SDKs (might have been 10.26100.0, but I'm not sure), and had to uninstall it to go on. 10.0.20348.0 is well tested I think, but 10.0.22621.0 is probably okay, too.

@macintoshplus
Copy link
Author

I just tested, it is not possible to build without the SDK installed.

I had a problem with the SDK (the latest one) during my compilation tests on ARM64. I had to modify a header file of the SDK. I hope I will not have to do this modification again with an older version.

What is the minimum Windows version for PHP 8.4?

@cmb69
Copy link
Contributor

cmb69 commented Sep 7, 2024

I had to modify a header file of the SDK.

That sounds adventurous.

What is the minimum Windows version for PHP 8.4?

Same as for PHP 8.3: Windows 8/Server 2012 (https://www.php.net/manual/en/install.windows.requirements.php).

@macintoshplus
Copy link
Author

I had to modify a header file of the SDK.

That sounds adventurous.

Yes, but I can accept for experimental build. Not for production build.

What is the minimum Windows version for PHP 8.4?

Same as for PHP 8.3: Windows 8/Server 2012 (https://www.php.net/manual/en/install.windows.requirements.php).

Thank you. The SDK version is the same one used for PHP 8.3. It's sound good.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants