php-igbinary-1.0.2
+
+
Par Remi le mercredi 6 octobre 2010, 19:47 - Archives - Lien permanent
RPM of Igbinary, a drop in replacement for the standard PHP serializer is available in remi repository for fedora and Enterprise Linux. It also waiting for review, (Review #638713).
As always
yum --enablerepo=remi install php-igbinary
Activation, for the sessions (will save some space), in the /etc/php.d/igbinary.ini file:
session.serialize_handler=igbinary
Use in some code :
$a=igbinary_serialize(123);
$b=igbinary_unserialize($a);
echo "A:".hexdump($a)."\nB:$b\n";
New RPM of php-pecl-memcached can also use this serializer.
Commentaires
Archived entry, see php-igbinary-1.1.1