Skip to content

Commit 87bf84c

Browse files
committed
Merge branch 'PHP-5.6' into PHP-7.0
* PHP-5.6: Add DISPLAY_INI_ENTRIES for imap
2 parents aed4065 + d876585 commit 87bf84c

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
@@ -1152,6 +1152,8 @@ PHP_MINFO_FUNCTION(imap)
11521152
php_info_print_table_row(2, "Kerberos Support", "enabled");
11531153
#endif
11541154
php_info_print_table_end();
1155+
1156+
DISPLAY_INI_ENTRIES();
11551157
}
11561158
/* }}} */
11571159

0 commit comments

Comments
 (0)