mirror of
https://github.com/php/php-src.git
synced 2025-08-15 21:48:51 +02:00
Fix pg_last_notice()
This commit is contained in:
parent
51e2a6b84e
commit
dd01c11ee3
3 changed files with 13 additions and 11 deletions
|
@ -123,6 +123,7 @@ typedef struct {
|
|||
int le_lofp,le_string;
|
||||
int ignore_notices;
|
||||
char *last_notice;
|
||||
uint last_notice_len;
|
||||
} php_pgsql_globals;
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue