Remi's RPM repository - Packages

Blog | Support | Repository | Wizard

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

Website:
https://pecl.php.net/package/igbinary
Licence:
BSD-3-Clause
Vendor:
Remi's RPM repository <https://rpms.remirepo.net/>
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 8.3.

Packages

php-pecl-igbinary-3.2.16-8.remi.src [135 KiB] Changelog by Remi Collet (2025-10-07):
- rebuild for PHP 8.5.0RC2
- re-enable full test suite
php-pecl-igbinary-3.2.16-7.remi.src [135 KiB] Changelog by Remi Collet (2025-09-29):
- only ignore tests using deprecated call in PHP 8.5
php-pecl-igbinary-3.2.16-6.remi.src [135 KiB] Changelog by Remi Collet (2025-09-25):
- rebuild for PHP 8.5.0RC1
php-pecl-igbinary-3.2.16-5.remi.src [135 KiB] Changelog by Remi Collet (2025-09-01):
- fix for PHP 8.5.0beta2 using patch from
  https://github.com/igbinary/igbinary/pull/399
php-pecl-igbinary-3.2.16-4.remi.src [133 KiB] Changelog by Remi Collet (2025-07-30):
- fix for PHP 8.5.0alpha3 using patch from
  https://github.com/igbinary/igbinary/pull/398
- re-license spec file to CECILL-2.1
php-pecl-igbinary-3.2.16-2.remi.src [137 KiB] Changelog by Remi Collet (2024-09-24):
- rebuild for 8.4.0RC1
php-pecl-igbinary-3.2.16-1.remi.src [137 KiB] Changelog by Remi Collet (2024-08-12):
- update to 3.2.16 (no change)
- drop patch merged upstream
php-pecl-igbinary-3.2.15-2.remi.src [138 KiB] Changelog by Remi Collet (2024-07-05):
- fix test suite with 8.4 using patch from
  https://github.com/igbinary/igbinary/pull/390