]> granicus.if.org Git - php/commitdiff
Remove sqlite and xmlrpc extension versions from phpinfo output
authorPeter Kokot <peterkokot@gmail.com>
Sat, 30 Jun 2018 17:59:13 +0000 (19:59 +0200)
committerChristoph M. Becker <cmbecker69@gmx.de>
Tue, 3 Jul 2018 15:01:17 +0000 (17:01 +0200)
The rest of the core extensions don't display the extension versions in
the phpinfo output since they in most cases match the PHP release version.

ext/sqlite3/sqlite3.c
ext/xmlrpc/xmlrpc-epi-php.c

index 1924b4fc2bb75e50ade6eeec527e358d776d8e83..a4072aa175b30c21e7120c67759d1cd4df1da3e7 100644 (file)
@@ -2346,7 +2346,6 @@ PHP_MINFO_FUNCTION(sqlite3)
 {
        php_info_print_table_start();
        php_info_print_table_header(2, "SQLite3 support", "enabled");
-       php_info_print_table_row(2, "SQLite3 module version", PHP_SQLITE3_VERSION);
        php_info_print_table_row(2, "SQLite Library", sqlite3_libversion());
        php_info_print_table_end();
 
index 6fbb66ddc5c555355a1aff9d4ebbd504c926156f..e1ccd921dbdccc505a64258c249fd9f660b5fafc 100644 (file)
@@ -298,7 +298,6 @@ PHP_MINFO_FUNCTION(xmlrpc)
 {
        php_info_print_table_start();
        php_info_print_table_row(2, "core library version", XMLRPC_GetVersionString());
-       php_info_print_table_row(2, "php extension version", PHP_XMLRPC_VERSION);
        php_info_print_table_row(2, "author", "Dan Libby");
        php_info_print_table_row(2, "homepage", "http://xmlrpc-epi.sourceforge.net");
        php_info_print_table_row(2, "open sourced by", "Epinions.com");