Add missing INI directives to curl phpinfo

This commit is contained in:
Peter Kokot 2018-06-30 14:10:31 +02:00 committed by Nikita Popov
parent 956446bdfa
commit b585f043cb

View file

@ -623,6 +623,8 @@ PHP_MINFO_FUNCTION(curl)
}
#endif
php_info_print_table_end();
DISPLAY_INI_ENTRIES();
}
/* }}} */