zzjin / php-ext-trie-filter

php extension for spam word filter based on Double-Array Trie tree, it can detect if a spam word exists in a text message. 关键词过滤扩展,用于检查一段文本中是否出现敏感词,基于Double-Array Trie 树实现。
55 stars 12 forks source link

这个分支是不是只支持php7版本 #3

Open xjimmy906 opened 6 years ago

xjimmy906 commented 6 years ago

我php5.6使用这个分支的php-ext-trie-filter安装失败 php7.0使用此分支可以安装成功 最后5.6的我使用https://github.com/wulijun/php-ext-trie-filter 的版本安装成功

zzjin commented 5 years ago

使得,目前的实现只能7+,欢迎pr