andreiz/bloomy

PHP 7 serialization error

mszula opened this issue · 1 comments

Hello,
On PHP 7 (and 7.1) during the serialization of the BloomFilter object I get an error:
php: symbol lookup error: /usr/local/lib/php/extensions/no-debug-non-zts-20160303/bloomy.so: undefined symbol: smart_str_appendl

On PHP 5.6 everything works fine.
Is there any way to fix this?

I've got a solution.
This fork

https://github.com/heguangyu5/bloomy

works.