Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 304643

Summary: Memcached::HASH_HSIEH in dev-php5/pecl-memcached-1.0.0 throws warning
Product: Gentoo Linux Reporter: Travis Hansen <travisghansen>
Component: Current packagesAssignee: Robin Johnson <robbat2>
Status: RESOLVED TEST-REQUEST    
Severity: normal CC: php-bugs
Priority: High    
Version: unspecified   
Hardware: All   
OS: Linux   
URL: http://us2.php.net/manual/en/memcached.constants.php
Whiteboard:
Package list:
Runtime testing required: ---

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!