Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 304643 - Memcached::HASH_HSIEH in dev-php5/pecl-memcached-1.0.0 throws warning
Summary: Memcached::HASH_HSIEH in dev-php5/pecl-memcached-1.0.0 throws warning
Status: RESOLVED TEST-REQUEST
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Robin Johnson
URL: http://us2.php.net/manual/en/memcache...
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-02-11 23:35 UTC by Travis Hansen
Modified: 2010-03-25 16:51 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Travis Hansen 2010-02-11 23:35:11 UTC
With =dev-libs/libmemcached-0.37 +hsieh I get a warning trying to run..
$m->setOption(Memcached::OPT_HASH, Memcached::HASH_HSIEH);

With =dev-libs/libmemcached-0.35 +hsieh I get no warnings and everything works great.

Reproducible: Always
Comment 1 Robin Johnson archtester Gentoo Infrastructure gentoo-dev Security 2010-03-24 22:23:46 UTC
upstream says fixed in 1.0.1.
Comment 2 Travis Hansen 2010-03-25 06:29:07 UTC
It looks like we may have another issue here..

http://bugs.gentoo.org/show_bug.cgi?id=309835

Need to get that fixed before I can sanely test it out.
Comment 3 Travis Hansen 2010-03-25 16:51:16 UTC
OK, with bug 309835 fixed I was able to test this and it appears we're looking good again.  Thanks!