Skip to content

Commit 223b8c1

Browse files
committed
Merge branch 'PHP-7.0' into PHP-7.1
* PHP-7.0: Add DISPLAY_INI_ENTRIES for imap Disable rsh/ssh functionality in imap by default (bug #77153) Disable rsh/ssh functionality in imap by default (bug #77153)
2 parents 0b3cbd6 + 87bf84c commit 223b8c1

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

0 commit comments

Comments
 (0)