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.

Packages

php-pecl-igbinary-1.2.2-0.2.20160715gita87a993.fc21.remi.7.0.x86_64 [50 KiB] Changelog by Remi Collet (2016-07-18):
- refresh, newer snapshot
php-pecl-igbinary-1.2.2-0.1.20151217git2b7c703.fc21.remi.7.0.x86_64 [49 KiB] Changelog by Remi Collet (2016-03-02):
- update to 1.2.2dev for PHP 7
- ignore test results, 4 failed tests: igbinary_009.phpt, igbinary_014.phpt
  igbinary_026.phpt and igbinary_unserialize_v1_compatible.phpt
- session support not yet available