We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a4bb5b9 commit 271995dCopy full SHA for 271995d
ext/uri/php_uri.c
@@ -1061,8 +1061,9 @@ static PHP_MINIT_FUNCTION(uri)
1061
static PHP_MINFO_FUNCTION(uri)
1062
{
1063
php_info_print_table_start();
1064
- php_info_print_table_row(2, "uri support", "active");
1065
- php_info_print_table_row(2, "uriparser library version", URI_VER_ANSI);
+ php_info_print_table_row(2, "URI support", "active");
+ php_info_print_table_row(2, "uriparser compiled version", URI_VER_ANSI);
1066
+ php_info_print_table_row(2, "uriparser loaded version", uriBaseRuntimeVersionA());
1067
php_info_print_table_end();
1068
}
1069
0 commit comments