|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
[2007-02-08 12:50 UTC] tony2001@php.net
[2007-02-08 13:08 UTC] timo dot witte at kwick dot de
|
|||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Wed Nov 05 14:00:01 2025 UTC |
Description: ------------ Memcache::connect The timeout Parameter is NOT in seconds but in microseconds! Reproduce code: --------------- $mc = new Memcache; $mc->connect("someremotememcache", 11211, 1); Expected result: ---------------- $mc should be connected Actual result: -------------- $mc returns with connection timed out instantly (not after a second but a microsecond)