diff options
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; |