1
0
mirror of https://github.com/php/php-src.git synced 2026-04-09 09:03:04 +02:00
This commit is contained in:
Popa Adrian Marius
2014-04-08 15:29:32 +03:00
parent cc20351134
commit 0ea731fc83

View File

@@ -91,7 +91,7 @@ PHP_MSHUTDOWN_FUNCTION(pdo_firebird) /* {{{ */
PHP_MINFO_FUNCTION(pdo_firebird) /* {{{ */
{
php_info_print_table_start();
php_info_print_table_header(2, "PDO Driver for Firebird/InterBase", "enabled");
php_info_print_table_header(2, "PDO Driver for Firebird", "enabled");
php_info_print_table_end();
}
/* }}} */