Remi's RPM repository - Packages

Blog | Forum | Repository

php-pecl-igbinary - Replacement for the standard PHP serializer

Website:
http://pecl.php.net/package/igbinary
Licence:
BSD
Vendor:
Remi Collet
Description:
Igbinary is a drop in replacement for the standard PHP serializer.

Instead of time and space consuming textual representation,
igbinary stores PHP data structures in a compact binary form.
Savings are significant when using memcached or similar memory
based storages for serialized data.

Package built for PHP 7.1.

Packages

php-pecl-igbinary-2.0.4-1.fc23.remi.7.1.i686 [56 KiB] Changelog by Remi Collet (2017-04-24):
- Update to 2.0.4
php-pecl-igbinary-2.0.3-1.fc23.remi.7.1.i686 [56 KiB] Changelog by Remi Collet (2017-04-13):
- update to 2.0.3
- tarball generated from github (not yet available on pecl)
- add patch "Don't call __wakeup if Serializable::unserialize() was used
  to build object" from https://github.com/igbinary/igbinary/pull/130
- add patch "Fix test suite for PHP 7.2"
  from https://github.com/igbinary/igbinary/pull/131