igbinary

igbinary extension


Igbinary is a drop in replacement for the standard php serializer. Instead of
the time and space consuming textual representation used by PHP's serialize(), igbinary stores php data
structures in a compact binary form. Savings are significant when using
memcached or similar memory based storages for serialized data.

License: BSD-3-Clause

Latest releases

Version Release Download
3.2.17RC1 2025-11-27 igbinary-3.2.17RC1.tgz
3.2.16 2024-08-10 igbinary-3.2.16.tgz
3.2.15 2023-12-02 igbinary-3.2.15.tgz
3.2.14 2023-02-26 igbinary-3.2.14.tgz
3.2.13 2023-02-02 igbinary-3.2.13.tgz
Show all releases

Changelog

Version Message
3.2.17RC1 * Support PHP 8.5
* Fix some Windows builds
* Remove php_smart_string.h usage
3.2.16 * Fix test failures in php 8.4.0alpha1 due to tests calling deprecated functions (#390)
3.2.15 * Fix crash in igbinary_unserialize_object_enum_case with opcache protected memory and non-constant value.
3.2.14 * Fix build error in PHP 8.3-dev
* Fix test expectation errors in php 8.3-dev due to change to php's TypeErrors.
3.2.13 * Speed up unserialization of typed properties by reducing hash table collisions when looking up property reference info.
Show complete changelog