diff options
author | Thies C. Arntzen <thies@php.net> | 2001-04-04 21:40:41 +0000 |
---|---|---|
committer | Thies C. Arntzen <thies@php.net> | 2001-04-04 21:40:41 +0000 |
commit | cc48dd213801878b278247be0edde00078fbebba (patch) | |
tree | 63a96f716abb3da2e5b3b5cfdfd1af17e0639275 /ext/pgsql/php_pgsql.h | |
parent | d9b309fdfaa0b3d9b99d62546464375f7f8e0c5f (diff) | |
download | php-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.h | 1 |
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; |