mirror of
https://github.com/php/php-src.git
synced 2025-08-15 21:48:51 +02:00
Add missing INI directives to curl phpinfo
This commit is contained in:
parent
956446bdfa
commit
b585f043cb
1 changed files with 2 additions and 0 deletions
|
@ -623,6 +623,8 @@ PHP_MINFO_FUNCTION(curl)
|
|||
}
|
||||
#endif
|
||||
php_info_print_table_end();
|
||||
|
||||
DISPLAY_INI_ENTRIES();
|
||||
}
|
||||
/* }}} */
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue