Changelog for
php7-igbinary-2.0.2-3.1.i586.rpm :
* Wed Mar 15 2017 munix9AATTgooglemail.com- update to version 2.0.2
* Compatible with PHP 5.2 - 7.1
* Fixes crash in Memcached->setMulti (in php 7.0+) when the first level of array elements have references as values. Other extensions using igbinary shouldn\'t be affected.
* Wed Dec 14 2016 munix9AATTgooglemail.com- update to version 2.0.1
* Fixes bug in session decoder not calling __wakeup() in php 7.0+
* (Enhancement) Reuses identical strings when unserializing objects and arrays in php 7.0+
* Fixes pecl install
* Fri Nov 11 2016 munix9AATTgooglemail.com- update to version 2.0.0
* Compatible with PHP 5.2 - 7.0 (Adds PHP 7 support)
* Serialization format is unchanged
* Performance improvements for serialization and unserialization in PHP 5.2 - 7.0
* (PHP 7) Don\'t call __destruct if __wakeup threw an exception (or __wakeup wasn\'t called yet)
* Ports integration with other extensions to PHP 7.0 (session serialization, Memcached, Redis, APCu, etc.)
* Fixes Windows PECL builds for PHP 5.6+
* Reword warnings for invalid header bytes of serialized data (in igbinary_unserialize).
* Sat Sep 17 2016 munix9AATTgooglemail.com- switched source to git master
* Sat Sep 17 2016 munix9AATTgooglemail.com- update to version 1.2.2_dev.3c363d6
* Wed Jan 27 2016 munix9AATTgooglemail.com- switched source to git master at https://github.com/igbinary/igbinary7
* Fri Dec 25 2015 munix9AATTgooglemail.com- initial package for version 1.2.2_dev