The new PECL package igbinary-3.1.1a1 (alpha) has been released at 
https://pecl.php.net/.

Release notes
-------------
* Throw when an uninitialized php 7.4 typed property is included in the result 
of __sleep(),
  instead of emitting a notice and attempting to represent the 
unset/uninitialized value as null (#258).
  See https://bugs.php.net/bug.php?id=79002

  Uninitialized properties without types from __sleep continue to emit notices 
and be represented as null.

Package Info
-------------
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.

Related Links
-------------
Package home: https://pecl.php.net/package/igbinary
   Changelog: https://pecl.php.net/package-changelog.php?package=igbinary
    Download: https://pecl.php.net/get/igbinary-3.1.1a1.tgz

Authors
-------------
Oleg Grenrus <oleg.gren...@iki.fi> (lead)
Pierre Joye (lead)
Teddy Grenman (lead)
Tyson Andre (lead)

-- 
PECL development discussion Mailing List (http://pecl.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to