Skip to content

Commit b585f04

Browse files
petknikic
authored andcommitted
Add missing INI directives to curl phpinfo
1 parent 956446b commit b585f04

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

ext/curl/interface.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -623,6 +623,8 @@ PHP_MINFO_FUNCTION(curl)
623623
}
624624
#endif
625625
php_info_print_table_end();
626+
627+
DISPLAY_INI_ENTRIES();
626628
}
627629
/* }}} */
628630

0 commit comments

Comments
 (0)