File tree Expand file tree Collapse file tree 2 files changed +1
-7
lines changed Expand file tree Collapse file tree 2 files changed +1
-7
lines changed Original file line number Diff line number Diff line change @@ -10,7 +10,6 @@ ext/dba/libcdb/cdb_make.c ident
10
10
ext /dba /libcdb /cdb.c ident
11
11
run-tests.php ident
12
12
ext /exif /exif.c ident
13
- ext /pdo_pgsql /pdo_pgsql.c ident
14
13
NEWS merge =NEWS
15
14
UPGRADING merge =NEWS
16
15
UPGRADING.INTERNALS merge =NEWS
Original file line number Diff line number Diff line change 16
16
+----------------------------------------------------------------------+
17
17
*/
18
18
19
- /* $Id$ */
20
-
21
19
#ifdef HAVE_CONFIG_H
22
20
#include "config.h"
23
21
#endif
@@ -105,13 +103,10 @@ PHP_MSHUTDOWN_FUNCTION(pdo_pgsql)
105
103
PHP_MINFO_FUNCTION (pdo_pgsql )
106
104
{
107
105
php_info_print_table_start ();
108
- php_info_print_table_header (2 , "PDO Driver for PostgreSQL" , "enabled" );
106
+ php_info_print_table_row (2 , "PDO Driver for PostgreSQL" , "enabled" );
109
107
#ifdef HAVE_PG_CONFIG_H
110
108
php_info_print_table_row (2 , "PostgreSQL(libpq) Version" , PG_VERSION );
111
109
#endif
112
- php_info_print_table_row (2 , "Module version" , pdo_pgsql_module_entry .version );
113
- php_info_print_table_row (2 , "Revision" , " $Id$ " );
114
-
115
110
php_info_print_table_end ();
116
111
}
117
112
/* }}} */
You can’t perform that action at this time.
0 commit comments