Skip to content

Commit d876585

Browse files
committed
Add DISPLAY_INI_ENTRIES for imap
1 parent e5bfea6 commit d876585

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

ext/imap/php_imap.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1155,6 +1155,8 @@ PHP_MINFO_FUNCTION(imap)
11551155
php_info_print_table_row(2, "Kerberos Support", "enabled");
11561156
#endif
11571157
php_info_print_table_end();
1158+
1159+
DISPLAY_INI_ENTRIES();
11581160
}
11591161
/* }}} */
11601162

0 commit comments

Comments
 (0)