|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
Patch php-pecl-memcache-3.0.6-admin.patch for memcache Bug #60287Patch version 2011-11-14 00:34 UTC Return to Bug #60287 | Download this patchPatch Revisions: Developer: admin@yqed.com
--- memcache-3.0.6/memcache.php.admin 2011-04-11 00:56:53.000000000 -0400
+++ memcache-3.0.6/memcache.php 2011-11-13 19:26:24.000000000 -0500
@@ -54,7 +54,7 @@
return array($server, 0);
}
else {
- return values;
+ return $values;
}
}
|
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Thu Dec 11 02:00:01 2025 UTC |