Skip to content

Commit

Permalink
swap compressed and serialized flags to be compatible with other clients
Browse files Browse the repository at this point in the history
  • Loading branch information
andrei committed Feb 2, 2009
1 parent 0618df9 commit 38a0aeb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion php_memcached.c
Expand Up @@ -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();
}
Expand Down

0 comments on commit 38a0aeb

Please sign in to comment.