php-postal icon indicating copy to clipboard operation
php-postal copied to clipboard

PHP 8 compatibility

Open reckybalboa opened this issue 3 years ago • 1 comments

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?

reckybalboa avatar May 31 '21 10:05 reckybalboa

see https://github.com/openvenues/php-postal/pull/29

futureweb avatar Mar 10 '22 17:03 futureweb