diff options
Diffstat (limited to 'ext/pdo_pgsql/pdo_pgsql.c')
-rw-r--r-- | ext/pdo_pgsql/pdo_pgsql.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/ext/pdo_pgsql/pdo_pgsql.c b/ext/pdo_pgsql/pdo_pgsql.c index f9b0c62eba..82dcb94b88 100644 --- a/ext/pdo_pgsql/pdo_pgsql.c +++ b/ext/pdo_pgsql/pdo_pgsql.c @@ -41,18 +41,16 @@ /* {{{ pdo_pgsql_functions[] */ const zend_function_entry pdo_pgsql_functions[] = { - {NULL, NULL, NULL} + PHP_FE_END }; /* }}} */ /* {{{ pdo_sqlite_deps */ -#if ZEND_MODULE_API_NO >= 20050922 static const zend_module_dep pdo_pgsql_deps[] = { ZEND_MOD_REQUIRED("pdo") ZEND_MOD_END }; -#endif /* }}} */ /* {{{ pdo_pgsql_module_entry */ |