wulijun / 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 树实现。
514 stars 169 forks source link

php 7.2 不能工作/ centos 8 #22

Open laokan opened 4 years ago

pangdahua commented 4 years ago

升级下libtrie 到最新版

laokan commented 4 years ago

https://github.com/tlwg/libdatrie/tree/v0.2.12 这个应该是最新版本了

pangdahua commented 4 years ago

写个简单的C 验证下