php-trie-ext
php-trie-ext copied to clipboard
Is hat-trie optional or mandatory?
README.md claims that the HAT Trie library is optional, but config.m4 fails without it, and while config.w32 does not fail, the build won't succeed because the code relying on hat-trie is unconditionally compiled.
So, is hat-trie optional or mandatory?