summaryrefslogtreecommitdiff
path: root/ext/dba/php_dba.h
diff options
context:
space:
mode:
Diffstat (limited to 'ext/dba/php_dba.h')
-rw-r--r--ext/dba/php_dba.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/dba/php_dba.h b/ext/dba/php_dba.h
index 6b21b06ee6..d4d4c62c4a 100644
--- a/ext/dba/php_dba.h
+++ b/ext/dba/php_dba.h
@@ -46,7 +46,7 @@ typedef struct dba_info {
int fd;
/* arg[cv] are only available when the dba_open handler is called! */
int argc;
- zval ***argv;
+ zval *argv;
/* private */
int flags; /* whether and how dba did locking and other flags*/
struct dba_handler *hnd;