Description
Applications running on PHP 8.2 can serialize values in a compact binary format instead of the standard PHP serializer. This runtime extension is commonly used with caches, queues, and Redis or Memcached integrations to reduce storage and transfer size. It is dependency-only and has no separate launcher; PHP code and other extensions use it when enabled. Serialized data from untrusted sources should not be accepted without validation because object payloads and stale formats can create security or compatibility problems.