diff options
Diffstat (limited to 'ext/pgsql/pgsql.c')
-rw-r--r-- | ext/pgsql/pgsql.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/pgsql/pgsql.c b/ext/pgsql/pgsql.c index 7deb024a7d..a41289729e 100644 --- a/ext/pgsql/pgsql.c +++ b/ext/pgsql/pgsql.c @@ -80,7 +80,7 @@ zend_module_entry pgsql_module_entry = { }; #if COMPILE_DL -PHP_PGSQL_API zend_module_entry *get_module() { return &pgsql_module_entry; } +ZEND_GET_MODULE(pgsql) #endif static int le_link,le_plink,le_result,le_lofp,le_string; |