From cc48dd213801878b278247be0edde00078fbebba Mon Sep 17 00:00:00 2001 From: "Thies C. Arntzen" Date: Wed, 4 Apr 2001 21:40:41 +0000 Subject: make it compile with 6.5.x postgresql notices are now send to the standard error-log --- ext/pgsql/php_pgsql.h | 1 + 1 file changed, 1 insertion(+) (limited to 'ext/pgsql/php_pgsql.h') 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; -- cgit v1.2.1