diff options
author | Zeev Suraski <zeev@php.net> | 2001-09-26 21:44:48 +0000 |
---|---|---|
committer | Zeev Suraski <zeev@php.net> | 2001-09-26 21:44:48 +0000 |
commit | dd01c11ee3a6045dc04cdb16ca8d5fa4022a8c37 (patch) | |
tree | 0cf6d1f814ca8838af5509e6e43542cca004197a /ext/pgsql/php_pgsql.h | |
parent | 51e2a6b84e05a49ad328cb83e3e0051749808171 (diff) | |
download | php-git-dd01c11ee3a6045dc04cdb16ca8d5fa4022a8c37.tar.gz |
Fix pg_last_notice()
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 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; |