From 1ea87faeb12c2287623929b838e289ec7bd22f67 Mon Sep 17 00:00:00 2001 From: Yasuo Ohgaki Date: Fri, 25 Jan 2002 00:43:50 +0000 Subject: Added "auto_reset_presistent" ini entry. --- ext/pgsql/php_pgsql.h | 1 + 1 file changed, 1 insertion(+) (limited to 'ext/pgsql/php_pgsql.h') diff --git a/ext/pgsql/php_pgsql.h b/ext/pgsql/php_pgsql.h index 01a8a8f7df..71159b65ea 100644 --- a/ext/pgsql/php_pgsql.h +++ b/ext/pgsql/php_pgsql.h @@ -148,6 +148,7 @@ typedef struct { long num_links,num_persistent; long max_links,max_persistent; long allow_persistent; + long auto_reset_persistent; int le_lofp,le_string; int ignore_notices; char *last_notice; -- cgit v1.2.1