Skip to content

Commit 2900009

Browse files
petkcmb69
authored andcommitted
Remove sqlite and xmlrpc extension versions from phpinfo output
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.
1 parent 14e6c0c commit 2900009

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

ext/sqlite3/sqlite3.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2346,7 +2346,6 @@ PHP_MINFO_FUNCTION(sqlite3)
23462346
{
23472347
php_info_print_table_start();
23482348
php_info_print_table_header(2, "SQLite3 support", "enabled");
2349-
php_info_print_table_row(2, "SQLite3 module version", PHP_SQLITE3_VERSION);
23502349
php_info_print_table_row(2, "SQLite Library", sqlite3_libversion());
23512350
php_info_print_table_end();
23522351

ext/xmlrpc/xmlrpc-epi-php.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -298,7 +298,6 @@ PHP_MINFO_FUNCTION(xmlrpc)
298298
{
299299
php_info_print_table_start();
300300
php_info_print_table_row(2, "core library version", XMLRPC_GetVersionString());
301-
php_info_print_table_row(2, "php extension version", PHP_XMLRPC_VERSION);
302301
php_info_print_table_row(2, "author", "Dan Libby");
303302
php_info_print_table_row(2, "homepage", "http://xmlrpc-epi.sourceforge.net");
304303
php_info_print_table_row(2, "open sourced by", "Epinions.com");

0 commit comments

Comments
 (0)