From dd01c11ee3a6045dc04cdb16ca8d5fa4022a8c37 Mon Sep 17 00:00:00 2001 From: Zeev Suraski Date: Wed, 26 Sep 2001 21:44:48 +0000 Subject: Fix pg_last_notice() --- 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 4dc190f3c9..f9295ac991 100644 --- a/ext/pgsql/php_pgsql.h +++ b/ext/pgsql/php_pgsql.h @@ -123,6 +123,7 @@ typedef struct { int le_lofp,le_string; int ignore_notices; char *last_notice; + uint last_notice_len; } php_pgsql_globals; -- cgit v1.2.1