Skip to content

Commit ce922bc

Browse files
committed
Made Redis version easily greppable.
1 parent 3073a3b commit ce922bc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

redis.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -324,7 +324,7 @@ PHP_MINFO_FUNCTION(redis)
324324
{
325325
php_info_print_table_start();
326326
php_info_print_table_header(2, "Redis Support", "enabled");
327-
php_info_print_table_row(2, "Version", PHP_REDIS_VERSION);
327+
php_info_print_table_row(2, "Redis Version", PHP_REDIS_VERSION);
328328
php_info_print_table_end();
329329
}
330330

0 commit comments

Comments
 (0)