|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
[2010-04-23 17:04 UTC] wareadams at dc-energy dot com
[2010-04-25 22:00 UTC] paulgao at yeah dot net
[2010-04-26 18:38 UTC] andy at siliconlandmark dot com
[2010-05-03 16:43 UTC] andrei@php.net
[2010-05-03 18:18 UTC] andrei@php.net
|
|||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Sun Nov 02 23:00:02 2025 UTC |
Description: ------------ The server getServerList, getStats and getVersion functions fail. Using libMemcached 0.39 and igbinary is enabled. Reproduce code: --------------- <?php $m = new Memcached(); $m->addServer('localhost', 11211); print_r($m->getVersion()); ?> Expected result: ---------------- Array ( [localhost:11211] => 1.2.6 ) Actual result: -------------- /usr/local/apache2/bin/httpd: symbol lookup error: /usr/local/lib/php/extensions/memcached.so: undefined symbol: memcached_server_list