php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Return to Bug #59887
Patch fix-variable-anchor-memcache-doc revision 2011-12-05 14:55 UTC by mvfreelancer at gmail dot com

Patch fix-variable-anchor-memcache-doc for memcache Bug #59887

Patch version 2011-12-05 14:55 UTC

Return to Bug #59887 | Download this patch
Patch 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;
 	}
 }
 
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Mon May 06 07:01:32 2024 UTC