Description
Legacy PHP applications can use igbinary as a compact serializer for caches, sessions, and queues. This helps older applications reduce serialized data size while staying on the legacy PHP branch.
It is a PHP legacy extension. Serialized data should be treated as trusted internal data unless carefully validated, because deserialization can affect application behavior.