]> granicus.if.org Git - php/commitdiff
Initialize automatic persistent connection reset flag
authorYasuo Ohgaki <yohgaki@php.net>
Tue, 12 Feb 2002 10:01:08 +0000 (10:01 +0000)
committerYasuo Ohgaki <yohgaki@php.net>
Tue, 12 Feb 2002 10:01:08 +0000 (10:01 +0000)
ext/pgsql/pgsql.c

index 1db41aea6a55e174c81716dde6806b8bb02630b1..4ed40468446dbd296421eafb9681938d8ecef6b9 100644 (file)
@@ -302,6 +302,7 @@ static void php_pgsql_init_globals(php_pgsql_globals *pgsql_globals_p TSRMLS_DC)
 {
        PGG(num_persistent) = 0;
        PGG(ignore_notices) = 0;
+       PGG(auto_reset_persistent) = 0;
 }
 /* }}} */