mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-28 05:29:48 +00:00
f102dee672
Approved by: portmgr (blanket)
8 lines
332 B
Plaintext
8 lines
332 B
Plaintext
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.
|
|
|
|
WWW: https://pecl.php.net/package/igbinary
|