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 6d7093c commit 88cd44aCopy full SHA for 88cd44a
ext/pdo_firebird/pdo_firebird.c
@@ -91,7 +91,7 @@ PHP_MSHUTDOWN_FUNCTION(pdo_firebird) /* {{{ */
91
PHP_MINFO_FUNCTION(pdo_firebird) /* {{{ */
92
{
93
php_info_print_table_start();
94
- php_info_print_table_header(2, "PDO Driver for Firebird/InterBase", "enabled");
+ php_info_print_table_header(2, "PDO Driver for Firebird", "enabled");
95
php_info_print_table_end();
96
}
97
/* }}} */
0 commit comments