Skip to content

Commit 908ac4b

Browse files
committed
Display ini entries in output of phpinfo()
1 parent 1d99787 commit 908ac4b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

redis.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -832,6 +832,8 @@ PHP_MINFO_FUNCTION(redis)
832832
php_info_print_table_row(2, "Available compression", "lzf");
833833
#endif
834834
php_info_print_table_end();
835+
836+
DISPLAY_INI_ENTRIES();
835837
}
836838

837839
/* {{{ proto Redis Redis::__construct()

0 commit comments

Comments
 (0)