php-postal
php-postal copied to clipboard
PHP bindings to libpostal for for fast international street address parsing/normalization
Functions libpostal_setup_language_classifier() and libpostal_setup_parser() will be run when libpostal is accessed for the first time. This gives a speedup of 3-10 seconds on every php startup.
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...
Hello Is it possible to use this php extension in such a way that you can avoid the warm up time when doing address_parse() ? I initially thought that it...
I am trying to compile this in Win10x64 but i am getting ''PHP_POSTAL' is undefined' when i do `configure.bat --disable-all --enable-cli --enable-php-postal` I think its because my config.w32 is wrong....
I'm trying to build `php-postal` on my development MacBook Pro ... macOS version: 10.15.1 CC version: ``` $ cc --version Apple clang version 11.0.0 (clang-1100.0.33.12) Target: x86_64-apple-darwin19.0.0 Thread model: posix...
There seems to be interest in being able to use php-postal on Windows (#16); these patches add basic Windows support, and the AppVeyor CI integration shows how that can be...
Resolves `use of undeclared identifier 'ulong'` messages when building on macOS Catalina (see also #21 )
This is more a question than an issue. We are running some workloads requiring bath processing of records. To speed up the process multiple workers are used. The problem is...
Hi, I can't get php-postal to work at all! The issue seems to be related to this I guess - `WARN invalid UTF-8 at transliterate (transliterate.c:791) errno: Inappropriate ioctl for...
Any ideas why it's failing on expand? ``` ===================================================================== PHP : /usr/bin/php7.0 PHP_SAPI : cli PHP_VERSION : 7.0.30-0ubuntu0.16.04.1 ZEND_VERSION: 3.0.0 PHP_OS : Linux - Linux ns513912 4.9.87-xxxx-std-ipv6-64 #1 SMP Tue...