diff options
author | Yasuo Ohgaki <yohgaki@php.net> | 2002-01-25 00:43:50 +0000 |
---|---|---|
committer | Yasuo Ohgaki <yohgaki@php.net> | 2002-01-25 00:43:50 +0000 |
commit | 1ea87faeb12c2287623929b838e289ec7bd22f67 (patch) | |
tree | 061c6e27803580212fb098e8d810bb87f54a94e0 /ext/pgsql/php_pgsql.h | |
parent | 99d36a7557abae4000737a396fbe520dba5a3547 (diff) | |
download | php-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.h | 1 |
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; |