summaryrefslogtreecommitdiff
path: root/ext/dba/php_dba.h
diff options
context:
space:
mode:
authorXinchen Hui <laruence@php.net>2014-05-21 11:40:19 +0800
committerXinchen Hui <laruence@php.net>2014-05-21 11:40:19 +0800
commit6d12d3bae12682e66cc45de56b3bb6d07c038575 (patch)
tree2b6443dd14bf87f5f03883e7fd5883b4259fd013 /ext/dba/php_dba.h
parent5d4f9dfff40b3abc8c3b638541852ac1b602c308 (diff)
downloadphp-git-6d12d3bae12682e66cc45de56b3bb6d07c038575.tar.gz
Refactored ext/dba (tests passes, but segfaults need to be fixed)
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;