diff options
Diffstat (limited to 'ext/dba/php_dba.h')
| -rw-r--r-- | ext/dba/php_dba.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/dba/php_dba.h b/ext/dba/php_dba.h index 07f0b38449..3a9b726fdc 100644 --- a/ext/dba/php_dba.h +++ b/ext/dba/php_dba.h @@ -37,7 +37,7 @@ typedef struct dba_info { dba_mode_t mode; /* arg[cv] are only available when the dba_open handler is called! */ int argc; - pval ***argv; + zval ***argv; /* private */ struct dba_handler *hnd; } dba_info; |
