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 #60287

Patch version 2011-11-14 00:34 UTC

Return to Bug #60287 | Download this patch
Patch 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;
 	}
 }
 
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Fri Apr 19 03:01:27 2024 UTC