From 6d12d3bae12682e66cc45de56b3bb6d07c038575 Mon Sep 17 00:00:00 2001 From: Xinchen Hui Date: Wed, 21 May 2014 11:40:19 +0800 Subject: Refactored ext/dba (tests passes, but segfaults need to be fixed) --- ext/dba/php_dba.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ext/dba/php_dba.h') 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; -- cgit v1.2.1