openvenues / php-postal

PHP bindings to libpostal for for fast international street address parsing/normalization

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Unable to register module

jamesburrow23 opened this issue · comments

I'm working on a Macbook Pro running Catalina (10.15.4) and I've followed the steps to compile the extension properly and registered it in my php.ini file but I can't get the extension to show in phpinfo, any help is appreciated!

also FYI I've tried compiling / registering it for php 7.0.33 and 7.2.22

For anyone who stumbles across this same problem make sure your phpize is using the same php version you're compiling for.