File tree Expand file tree Collapse file tree 2 files changed +0
-2
lines changed Expand file tree Collapse file tree 2 files changed +0
-2
lines changed Original file line number Diff line number Diff line change @@ -2346,7 +2346,6 @@ PHP_MINFO_FUNCTION(sqlite3)
2346
2346
{
2347
2347
php_info_print_table_start ();
2348
2348
php_info_print_table_header (2 , "SQLite3 support" , "enabled" );
2349
- php_info_print_table_row (2 , "SQLite3 module version" , PHP_SQLITE3_VERSION );
2350
2349
php_info_print_table_row (2 , "SQLite Library" , sqlite3_libversion ());
2351
2350
php_info_print_table_end ();
2352
2351
Original file line number Diff line number Diff line change @@ -298,7 +298,6 @@ PHP_MINFO_FUNCTION(xmlrpc)
298
298
{
299
299
php_info_print_table_start ();
300
300
php_info_print_table_row (2 , "core library version" , XMLRPC_GetVersionString ());
301
- php_info_print_table_row (2 , "php extension version" , PHP_XMLRPC_VERSION );
302
301
php_info_print_table_row (2 , "author" , "Dan Libby" );
303
302
php_info_print_table_row (2 , "homepage" , "http://xmlrpc-epi.sourceforge.net" );
304
303
php_info_print_table_row (2 , "open sourced by" , "Epinions.com" );
You can’t perform that action at this time.
0 commit comments