We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3073a3b commit ce922bcCopy full SHA for ce922bc
redis.c
@@ -324,7 +324,7 @@ PHP_MINFO_FUNCTION(redis)
324
{
325
php_info_print_table_start();
326
php_info_print_table_header(2, "Redis Support", "enabled");
327
- php_info_print_table_row(2, "Version", PHP_REDIS_VERSION);
+ php_info_print_table_row(2, "Redis Version", PHP_REDIS_VERSION);
328
php_info_print_table_end();
329
}
330
0 commit comments