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

Hello from Russia #16

Closed legale closed 5 years ago

legale commented 5 years ago

Hello Wulijun. i have made simple trie C implementation. Now i'm trying to make a php7 extension. Zend API have been changed since php 5.6 and your extension is not working on php 7.2.

Trying to make it work. Can you help? How we can discuss it? My telegram name is @rumilan

wulijun commented 5 years ago

fixed