Remi's RPM repository - Packages

Blog | Forum | Repository

php54-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 5.4 as Software Collection (php54 by remi).

Packages

php54-php-pecl-igbinary-2.0.4-1.fc23.remi.x86_64 [44 KiB] Changelog by Remi Collet (2017-04-24):
- Update to 2.0.4
php54-php-pecl-igbinary-2.0.3-1.fc23.remi.x86_64 [44 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