summaryrefslogtreecommitdiff
path: root/ext/pgsql/php_pgsql.h
diff options
context:
space:
mode:
authorYasuo Ohgaki <yohgaki@php.net>2002-01-25 00:43:50 +0000
committerYasuo Ohgaki <yohgaki@php.net>2002-01-25 00:43:50 +0000
commit1ea87faeb12c2287623929b838e289ec7bd22f67 (patch)
tree061c6e27803580212fb098e8d810bb87f54a94e0 /ext/pgsql/php_pgsql.h
parent99d36a7557abae4000737a396fbe520dba5a3547 (diff)
downloadphp-git-1ea87faeb12c2287623929b838e289ec7bd22f67.tar.gz
Added "auto_reset_presistent" ini entry.
Diffstat (limited to 'ext/pgsql/php_pgsql.h')
-rw-r--r--ext/pgsql/php_pgsql.h1
1 files changed, 1 insertions, 0 deletions
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;