|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
Patch fix-variable-anchor-memcache-doc for memcache Bug #59887Patch version 2011-12-05 14:55 UTC Return to Bug #59887 | Download this patchPatch Revisions: Developer: mvfreelancer@gmail.com
--- memcache.php 2011-12-05 14:48:41.754952324 +0000
+++ memcache.php.new 2011-12-05 12:13:50.722996639 +0000
@@ -54,7 +54,7 @@
return array($server, 0);
}
else {
- return values;
+ return $values;
}
}
|
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Sun Dec 14 15:00:01 2025 UTC |