Path to this page:
NOTICE: This package has been removed from pkgsrc./
wip/php-igbinary,
Binary serialization for PHP
Branch: CURRENT,
Version: 1.2.1nb1,
Package name: php54-igbinary-1.2.1nb1,
Maintainer: mbowieIgbinary 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.
Required to run:[
lang/php54]
Required to build:[
devel/re2c]
Master sites:
Version history: (Expand)
- (2015-04-08) Package deleted from pkgsrc
- (2015-03-26) Updated to version: php54-igbinary-1.2.1nb1
- (2015-03-15) Updated to version: php54-igbinary-1.2.1
- (2013-11-18) Package has been reborn
- (2013-11-18) Package deleted from pkgsrc
- (2013-08-28) Package has been reborn
CVS history: (Expand)
2015-04-07 13:29:12 by othyro | Files touched by this commit (4) | |
Log message:
-php-igbinary. Imported to HEAD/devel.
|
2015-03-26 04:39:36 by othyro | Files touched by this commit (2) |
Log message:
Install header file which is necessary for libmemcached to support
igbinary. Bump PKGREVISION.
|
2015-03-14 18:59:04 by othyro | Files touched by this commit (2) |
Log message:
1.2.1 2014-08-29
========
* Compatible with PHP 5.2 - 5.6
1.2.0 2014-08-28
========
* PECL bug #22614, igbinary_unserialize(FALSE) must return FALSE
* PHP bug #54662, unserializing nested objects cause crash
* Other fixes
1.1.1 2011-01-17
========
* Critical crash fix. Thanks to Ilia Alshanetsky for spotting and fixing.
1.1.0 2011-01-17
========
* New ini setting to disable duplicate string compacting
* APC serializer registration (APC 3.1.7 beta)
* Windows support (PHP 5.3)
* Updated serialized binary format (1.1 reads 1.0.x format)
* Minor performance improvements
* Bug fixes
* New source repository at https://github.com/igbinary/igbinary
1.0.2
========
* Bug fix release
|
2012-10-05 13:12:49 by Aleksej Saushev | Files touched by this commit (59) |
Log message:
Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.
Mark packages that don't or might probably not have staged installation.
|
2009-10-06 21:40:26 by Mike Bowie | Files touched by this commit (3) | |
Log message:
Import php5-igbinary-5.2.9.1.0.1 as wip/php-igbinary.
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.
|