summaryrefslogtreecommitdiff
path: root/ext/pgsql/php_pgsql.h
diff options
context:
space:
mode:
authorThies C. Arntzen <thies@php.net>2001-04-04 21:40:41 +0000
committerThies C. Arntzen <thies@php.net>2001-04-04 21:40:41 +0000
commitcc48dd213801878b278247be0edde00078fbebba (patch)
tree63a96f716abb3da2e5b3b5cfdfd1af17e0639275 /ext/pgsql/php_pgsql.h
parentd9b309fdfaa0b3d9b99d62546464375f7f8e0c5f (diff)
downloadphp-git-cc48dd213801878b278247be0edde00078fbebba.tar.gz
make it compile with 6.5.x
postgresql notices are now send to the standard error-log
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 191276b384..fed9741fd6 100644
--- a/ext/pgsql/php_pgsql.h
+++ b/ext/pgsql/php_pgsql.h
@@ -119,6 +119,7 @@ typedef struct {
long max_links,max_persistent;
long allow_persistent;
int le_lofp,le_string;
+ int ignore_notices;
} php_pgsql_globals;