← Back to team overview

ius-coredev team mailing list archive

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

 

Ben,

Can you be more specific about the formatting issues? I cleaned it up
some, using tabs when defining variables throughout the file and
eliminating needless whitespace.

I added the changelog from f20 back in. I usually chop it out (after
crediting where the spec came from) because its filled with a bunch of
stuff about Fedora upgrades and PHP upgrades that aren't applicable to
the current state of the RPM but I do see your point about the history
being relevant to debug any issues and give credit where due.

-- 
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