← Back to team overview

ius-coredev team mailing list archive

[Bug 1244248] Re: WL: php-pecl-lzf

 

Hello Mark,

Thanks for making these changes.  I'll fork those repos and try to get
packages into the testing repos tonight.

-Ben

-- 
You received this bug notification because you are a member of IUS Core
Development, which is subscribed to IUS Community Project.
https://bugs.launchpad.net/bugs/1244248

Title:
  WL: php-pecl-lzf

Status in IUS Community Project:
  New

Bug description:
  php-pecl-lzf would be great:

  https://github.com/mmckinst/php53u-pecl-lzf
  https://github.com/mmckinst/php54-pecl-lzf
  https://github.com/mmckinst/php55u-pecl-lzf

  built and tested with the following code:

  <?php
  $foo =  lzf_compress ('this should be compressed');
  print "compressed string as hex: ". bin2hex($foo) . "\n";
  print "decompressed string: " . lzf_decompress ($foo) . "\n";

To manage notifications about this bug go to:
https://bugs.launchpad.net/ius/+bug/1244248/+subscriptions


References