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
I'm running PHP8 and tried to build php-postal. I got the TSRMLS_* errors when trying to build.
I was able to build php-postal with PHP7.4 but then I get the following warning:
PHP Warning: PHP Startup: postal: Unable to initialize module\nModule compiled with module API=20190902\nPHP compiled with module API=20200930\nThese options need to match\n in Unknown on line 0
Are there any plans to make php-postal compatible with PHP8?
The text was updated successfully, but these errors were encountered:
This is related to the closed issue #27.
I'm running PHP8 and tried to build php-postal. I got the TSRMLS_* errors when trying to build.
I was able to build php-postal with PHP7.4 but then I get the following warning:
PHP Warning: PHP Startup: postal: Unable to initialize module\nModule compiled with module API=20190902\nPHP compiled with module API=20200930\nThese options need to match\n in Unknown on line 0
Are there any plans to make php-postal compatible with PHP8?
The text was updated successfully, but these errors were encountered: