diff options
author | Xinchen Hui <laruence@php.net> | 2014-05-21 11:40:19 +0800 |
---|---|---|
committer | Xinchen Hui <laruence@php.net> | 2014-05-21 11:40:19 +0800 |
commit | 6d12d3bae12682e66cc45de56b3bb6d07c038575 (patch) | |
tree | 2b6443dd14bf87f5f03883e7fd5883b4259fd013 /ext/dba/php_dba.h | |
parent | 5d4f9dfff40b3abc8c3b638541852ac1b602c308 (diff) | |
download | php-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.h | 2 |
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; |