Skip to content

Commit

Permalink
Issue #1388
Browse files Browse the repository at this point in the history
Display ini entries in output of phpinfo()
  • Loading branch information
yatsukhnenko committed Sep 5, 2018
1 parent 1d99787 commit 908ac4b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions redis.c
Original file line number Diff line number Diff line change
Expand Up @@ -832,6 +832,8 @@ PHP_MINFO_FUNCTION(redis)
php_info_print_table_row(2, "Available compression", "lzf");
#endif
php_info_print_table_end();

DISPLAY_INI_ENTRIES();
}

/* {{{ proto Redis Redis::__construct()
Expand Down

0 comments on commit 908ac4b

Please sign in to comment.