summaryrefslogtreecommitdiff
path: root/ext/pgsql/php_pgsql.h
diff options
context:
space:
mode:
authorZeev Suraski <zeev@php.net>2001-09-26 21:44:48 +0000
committerZeev Suraski <zeev@php.net>2001-09-26 21:44:48 +0000
commitdd01c11ee3a6045dc04cdb16ca8d5fa4022a8c37 (patch)
tree0cf6d1f814ca8838af5509e6e43542cca004197a /ext/pgsql/php_pgsql.h
parent51e2a6b84e05a49ad328cb83e3e0051749808171 (diff)
downloadphp-git-dd01c11ee3a6045dc04cdb16ca8d5fa4022a8c37.tar.gz
Fix pg_last_notice()
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 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;