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

解决调用trie_filter_search\trie_filter_search_all进程退出问题 #1

Closed luochong closed 8 years ago

luochong commented 9 years ago

64位ubuntu机器 PHP 5.3.10-1ubuntu3.15 with Suhosin-Patch Configuring for: PHP Api Version: 20090626 Zend Module Api No: 20090626 Zend Extension Api No: 220090626

emalloc 内存分配大小不正确,efree 时php进程退出 Inferior 1 exited with code 01