|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
[2006-08-21 04:10 UTC] tony2001 at phpclub dot net
[2006-08-21 04:39 UTC] clay at killersoft dot com
[2006-08-21 05:11 UTC] mikael at synd dot info
[2006-08-23 04:11 UTC] clay at killersoft dot com
[2006-08-24 04:02 UTC] mikael at synd dot info
[2006-09-06 07:37 UTC] marco at kaywa dot com
[2006-09-06 07:46 UTC] mikael at synd dot info
|
|||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Wed Nov 05 07:00:01 2025 UTC |
Description: ------------ Running the example.php script from the package distribution returns: (bool) false (bool) false (bool) false When running example.php with memcached running as non- daemon in -vv mode, I see this: <3 server listening <5 new client connection <5 set str_key 0 0 28 >5 STORED <5 connection closed. I am running memcached 1.1.12 and libmemcache-1.4.0rc2. As mentioned above, memcached appears to be accepting a connection without a problem, and successfully storing the first value. However, the immediate closure of the connection is perhaps what is causing example.php to fail. Reproduce code: --------------- See example.php in package distribution Expected result: ---------------- string(28) "String to store in memcached" int(123) object(stdClass)#2 (1) { ["attribute"]=> string(4) "test" } Actual result: -------------- (bool) false (bool) false (bool) false