You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Ratio: win32/php_stdint.h does not exist anymore in PHP8, but the VS16 compiler does provide a inttypes.h. So we check if we are using a MSVC compiler and if it is a lower version than Visual Studio 2019 (or VS16).
The text was updated successfully, but these errors were encountered:
There is also the issue that the TSRMLS macros have been removed in PHP8. They already did not do anything at all in PHP7, but they are gone completely now. A crude way to deal with this is just to define them:
Is PHP8 compatibility in the planning? pecl-compat/compat.h should at least have this change:
Ratio: win32/php_stdint.h does not exist anymore in PHP8, but the VS16 compiler does provide a inttypes.h. So we check if we are using a MSVC compiler and if it is a lower version than Visual Studio 2019 (or VS16).
The text was updated successfully, but these errors were encountered: