From 38a0aeb6b023398c0c14d3ad7413723468cf5218 Mon Sep 17 00:00:00 2001 From: andrei Date: Mon, 2 Feb 2009 19:12:54 +0000 Subject: [PATCH] swap compressed and serialized flags to be compatible with other clients --- php_memcached.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/php_memcached.c b/php_memcached.c index ed75bb8d..6542e451 100644 --- a/php_memcached.c +++ b/php_memcached.c @@ -2586,7 +2586,7 @@ PHP_MINFO_FUNCTION(memcached) php_info_print_table_start(); php_info_print_table_header(2, "memcached support", "enabled"); php_info_print_table_row(2, "Version", PHP_MEMCACHED_VERSION); - php_info_print_table_row(2, "Revision", "$Revision: 1.1 $"); + php_info_print_table_row(2, "Revision", "$Revision: 1.2 $"); php_info_print_table_row(2, "libmemcached version", memcached_lib_version()); php_info_print_table_end(); }