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

[Windows] Fix PHP 8+ compatibility #110

Merged
merged 1 commit into from
May 4, 2023

Conversation

Jan-E
Copy link
Contributor

@Jan-E Jan-E commented May 2, 2023

Use stdint.h for PHP 8.0, 8.1, 8.2 et cetera. Otherwise keep using win32/php_stdint,h
Added some indentation to clarify the if/else/endif construction

_MSC_VER 1920 = Visual Studio 2019 version 16.0.0 or VS16, which is used for PHP8 on Windows.

@Jan-E Jan-E mentioned this pull request May 2, 2023
@tomassrnka tomassrnka merged commit f15988d into websupport-sk:main May 4, 2023
@tomassrnka
Copy link
Member

Thank you! merged. It fails the github actions, but that's due time-ing out, it works OK in my docker test images.

nono303 pushed a commit to nono303/win-build-scripts that referenced this pull request May 4, 2023
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