]> granicus.if.org Git - php/commitdiff
Add missing INI directives to curl phpinfo
authorPeter Kokot <peterkokot@gmail.com>
Sat, 30 Jun 2018 12:10:31 +0000 (14:10 +0200)
committerNikita Popov <nikita.ppv@gmail.com>
Sat, 7 Jul 2018 10:11:49 +0000 (12:11 +0200)
ext/curl/interface.c

index c63bad6e8be1b585310e7175226c12feece3307d..ef403b3ec4abb14ce86b8fa473fa21625181638e 100644 (file)
@@ -623,6 +623,8 @@ PHP_MINFO_FUNCTION(curl)
        }
 #endif
        php_info_print_table_end();
+
+       DISPLAY_INI_ENTRIES();
 }
 /* }}} */