majksner / php-memcached-mamp

Pecl Memcached Extension for MAMP 3.x

Home Page:http://majksner.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Enable use of igbinary to serialize

gustavomanolo opened this issue · comments

Enable the use of igbinary (./configure –enable-memcached-igbinary) to serialize objects.

FYI, you need to have igbinary php extension installed in order to use that feature. If you have that I can re-compile php-memcached if you want.

Yes, i've already installed the igbinary php extension, it would be great if you manage both compiled versions, with igbinary enabled and without it.
Thanks a lot.

Hi Gustavo,

Here is the memcached.so compiled with igbinary support.
http://cl.ly/0a391c2N2L2y

Thanks,

If people start asking about support for igbinary I'll have both versions compiled. When MAMP releases new version of PHP, let me know and I'll compile it for you. It takes few min.

Thanks,

Could you perhaps make a igbinary.so for MAMP with PHP 7.0 or 7.1? :)