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 167 forks source link

不支持 php7 #13

Closed lmxdawn closed 5 years ago

ximply commented 6 years ago

根据php7相关兼容性,修改了部分宏定义,然而跑起来直接 Segmentation fault了。。。