php-postal
php-postal copied to clipboard
PHP 8 compatibility
This is related to the closed issue https://github.com/openvenues/php-postal/issues/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?
see https://github.com/openvenues/php-postal/pull/29