File tree Expand file tree Collapse file tree 2 files changed +1
-2
lines changed
Expand file tree Collapse file tree 2 files changed +1
-2
lines changed Original file line number Diff line number Diff line change @@ -780,7 +780,6 @@ PHP_MINFO_FUNCTION(memcache)
780780 php_info_print_table_start ();
781781 php_info_print_table_header (2 , "memcache support" , "enabled" );
782782 php_info_print_table_row (2 , "Version" , PHP_MEMCACHE_VERSION );
783- php_info_print_table_row (2 , "Revision" , "$Revision$" );
784783 php_info_print_table_end ();
785784
786785 DISPLAY_INI_ENTRIES ();
Original file line number Diff line number Diff line change @@ -67,7 +67,7 @@ PHP_FUNCTION(memcache_close);
6767PHP_FUNCTION (memcache_flush );
6868PHP_FUNCTION (memcache_set_sasl_auth_data );
6969
70- #define PHP_MEMCACHE_VERSION "4.0.5.2 "
70+ #define PHP_MEMCACHE_VERSION "8.1-dev "
7171
7272#define MMC_DEFAULT_TIMEOUT 1 /* seconds */
7373#define MMC_DEFAULT_RETRY 15 /* retry failed server after x seconds */
You can’t perform that action at this time.
0 commit comments