diff --git a/ext/pgsql/pgsql.c b/ext/pgsql/pgsql.c index 9b2488a5eb889..01230159bb1ea 100644 --- a/ext/pgsql/pgsql.c +++ b/ext/pgsql/pgsql.c @@ -319,8 +319,8 @@ static void _close_pgsql_plink(zend_resource *rsrc) if (pgsql_module_entry.module_started) #endif { - PGG(num_persistent)--; - PGG(num_links)--; + //PGG(num_persistent)--; + //PGG(num_links)--; } rsrc->ptr = NULL; }