Skip to content

Drop fallback for PathCchCanonicalizeEx() #16341

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

Merged
merged 1 commit into from
Oct 10, 2024

Conversation

cmb69
Copy link
Member

@cmb69 cmb69 commented Oct 10, 2024

This function is only available as of Windows 8 and Windows Server 2012, respectively, and thus needed a fallback (albeit a non working one). However, as of PHP 8.3.0 Windows 8/Server 2012 is required anyway, so we can drop the fallback as well as the dynamic loading in favor of linking to the import library.

This function is only available as of Windows 8 and Windows Server 2012,
respectively, and thus needed a fallback (albeit a non working one).
However, as of PHP 8.3.0 Windows 8/Server 2012 is required anyway, so
we can drop the fallback as well as the dynamic loading in favor of
linking to the import library.
@cmb69
Copy link
Member Author

cmb69 commented Oct 10, 2024

The MACOS_X64_DEBUG_NTS fail is unrelated to this PR (but should probably be addressed; I've seen that a couple of times already).

@cmb69 cmb69 merged commit 6e172f0 into php:master Oct 10, 2024
9 of 10 checks passed
@cmb69 cmb69 deleted the cmb/PathCchCanonicalizeEx branch October 10, 2024 22:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants