SEARCH
NEW RPMS
DIRECTORIES
ABOUT
FAQ
VARIOUS
BLOG

 
 
Changelog for php7-igbinary-3.0.0-lp150.1.1.x86_64.rpm :

* Mon Feb 18 2019 munix9AATTgooglemail.com- update to version 3.0.0
* Don\'t use empty string for serializing empty $_SESSION array, it breaks some save handlers. (Issue #231) Continue treating the empty string as the empty $_SESSION array when unserializing.
* Drop support for PHP 5.
* Drop support for APC (APC was only available for PHP5 - It is the predecessor of APCu)
* Emit a warning and return null if igbinary_unserialize() is passed more data to unserialize than expected.
* Fix compilation against PHP 7.4-dev. Igbinary does NOT yet properly serialize/unserialize all classes with PHP 7.4-dev\'s typed properties.
* The serialization format is exactly the same as igbinary 2.x
* Sat Oct 20 2018 munix9AATTgooglemail.com- update to version 2.0.8
* Be more aggressive about deduplication when generating serialization of arrays in php 7.0+.
* Define HAVE_IGBINARY on Unix/Linux. (previously defined only on Windows)
* Update formatting/wording of documentation.
* Wed Jun 27 2018 munix9AATTgooglemail.com- update to version 2.0.7
* Fix compiler warnings about format strings, for errors that should not occur during normal igbinary usage.
* Sun May 13 2018 munix9AATTgooglemail.com- update to version 2.0.6
* Fix a bug in Windows debug builds.
* Emit more specific warnings when __sleep() returns a declared property that was unset.
* Fix harmless compiler warnings during builds.
* Fix a build error on PHP7.3-dev.
* Sun Nov 05 2017 munix9AATTgooglemail.com- update to version 2.0.5
* Improve performance when unserializing objects/arrays and serializing objects/arrays/strings in php 5/7.
* Update unserialization of integer object keys for php 7.2: Make those keys accessible when unserializing.
* Properly pick up presence of gcc for default compiler flags (cc --version doesn\'t contain gcc).
* Add -O2 to default gcc compiler flags.
* Use empty string for serializing empty $_SESSION array, similar to \"session.serialize_handler=php\".
* Older igbinary releases already unserialize the empty string to the empty array.
* Tue Apr 25 2017 munix9AATTgooglemail.com- update to version 2.0.4
* Fixes bug #129: Should not call __wakeup() on data which was created by Serializable::unserialize()
* Sat Apr 01 2017 munix9AATTgooglemail.com- update to version 2.0.3
* Fixes bug #126 (uncommon): Fatal error: \"igbinary_serialize_zval: zval has unknown type 0\" (IS_UNDEF) Make this a warning for type 0 instead of a fatal error (and serialize as null instead), since IS_UNDEF is a known type. Later releases will fix the root cause of the warning, and consistently omit array/object/other entries for IS_UNDEF.
* 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
 
ICM