ius-coredev team mailing list archive
-
ius-coredev team
-
Mailing list archive
-
Message #03191
[Bug 1244248] Re: WL: php-pecl-lzf
Hello Mark,
I was able to get these packages built and tagged as test-candidate. It
will be in placed in the testing repos tonight and can take around 24
hours to hit all the mirrors.
See the following for information on how to use the testing repo:
http://iuscommunity.org/pages/FAQs.html?highlight=testing#how-do-i
-install-packages-from-testing
We look forward to feedback regarding these packages.
-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:
Fix Committed
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