summaryrefslogtreecommitdiff
path: root/ext/pdo_firebird/pdo_firebird.c
diff options
context:
space:
mode:
authorPopa Adrian Marius <mapopa@reea.net>2014-04-08 17:52:22 +0300
committerPopa Adrian Marius <mapopa@reea.net>2014-04-08 17:52:22 +0300
commit002c8e835691a5db26baf10fac9178e91afded10 (patch)
tree82d3ad0e4c61d2d6f86d02ea9209588406e8d7f7 /ext/pdo_firebird/pdo_firebird.c
parentff5896a04c0391c2d40d5f18730a8aadc0d80f89 (diff)
parent4141ceb7951eb5b003e8616774d39e665b9914c7 (diff)
downloadphp-git-002c8e835691a5db26baf10fac9178e91afded10.tar.gz
Merge branch 'PHP-5.5' into PHP-5.6
* PHP-5.5: cleanup Fixes bug #66071: isc_interprete is unsafe and deprecated , it is replaced with fb_iterpret
Diffstat (limited to 'ext/pdo_firebird/pdo_firebird.c')
-rw-r--r--ext/pdo_firebird/pdo_firebird.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/pdo_firebird/pdo_firebird.c b/ext/pdo_firebird/pdo_firebird.c
index c512004b2c..9de9048859 100644
--- a/ext/pdo_firebird/pdo_firebird.c
+++ b/ext/pdo_firebird/pdo_firebird.c
@@ -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();
}
/* }}} */