|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
[2008-12-25 09:11 UTC] mikael at synd dot info
|
|||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Tue Dec 16 21:00:02 2025 UTC |
Description: ------------ When using MemcachePool's set method to set array style data, the method doesn't replace whitespaces(tab, etc.) in array keys. Reproduce code: --------------- $mcpool = new MemcachePool; $mcpool->connect('192.168.0.11', 7380, 7380, false, 1, 1); var_dump($mcpool->set(array(' ' => array()), NULL, 0, 10)); Expected result: ---------------- true Actual result: -------------- Notice: MemcachePool::set(): Server 192.168.0.11 (tcp 7380, udp 7380) failed with: Network timeout (0) in /tmp/mctest.php on line 9