| Port details |
- pecl-igbinary-session Replacement for the standard PHP serializer (+session support)
- 3.2.16 converters
=0 Package not present on quarterly.This port was created during this quarter. It will be in the next quarterly branch but not the current one. - Maintainer: dtxdf@FreeBSD.org
 - Port Added: 2026-08-16 06:09:07
- Last Update: 2026-08-16 06:01:53
- Commit Hash: 224276f
- License: BSD3CLAUSE
- WWW:
- https://pecl.php.net/package/igbinary
- https://github.com/igbinary/igbinary
- Description:
- 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.
This port supports sessions, a feature that is only available when the
session module is statically compiled into PHP. This port patch igbinary
to use the dynamically compiled session module.
 ¦ ¦ ¦ ¦ 
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - There is no configure plist information for this port.
- USE_RC_SUBR (Service Scripts)
- no SUBR information found for this port
- Dependency lines:
-
- ${PHP_PKGNAMEPREFIX}pecl-igbinary-session>0:converters/pecl-igbinary-session
- Conflicts:
- CONFLICTS:
- To install the port:
- cd /usr/ports/converters/pecl-igbinary-session/ && make install clean
- To add the package, run one of these commands:
- pkg install converters/pecl-igbinary-session
- pkg install php84-pecl-igbinary-session
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: php84-pecl-igbinary-session
- Package flavors (<flavor>: <package>)
- php84: php84-pecl-igbinary-session
- php82: php82-pecl-igbinary-session
- php83: php83-pecl-igbinary-session
- php85: php85-pecl-igbinary-session
- php86: php86-pecl-igbinary-session
- distinfo:
- TIMESTAMP = 1786856364
SHA256 (PECL/igbinary-3.2.16.tgz) = 8bf25d465abc7973d9e2c9a3039a5f8eea635b23bc1477017ff3999ff95836da
SIZE (PECL/igbinary-3.2.16.tgz) = 103279
Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- php84-pecl-APCu>=0 : devel/pecl-APCu@php84
- phpize : lang/php84
- autoconf>0 : devel/autoconf
- session.so : www/php84-session
- Runtime dependencies:
-
- php.h : lang/php84
- session.so : www/php84-session
- There are no ports dependent upon this port
Configuration Options:
- No options to configure
- Options name:
- converters_pecl-igbinary-session
- USES:
- php:pecl
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Number of commits found: 1
| Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
| Commit | Credits | Log message |
3.2.16 16 Aug 2026 06:01:53
    |
Jesús Daniel Colmenares Oviedo (dtxdf)  |
converters/pecl-igbinary-session: New port: Replacement for the standard PHP
serializer (+session support)
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.
This port supports sessions, a feature that is only available when the
session module is statically compiled into PHP. This port patch igbinary
to use the dynamically compiled session module.
WWW: https://pecl.php.net/package/igbinary |
Number of commits found: 1
|