From efd314e7676ee15fce07e282b0655b539eb1f5cc Mon Sep 17 00:00:00 2001 From: Marcus Boerger Date: Fri, 20 Dec 2002 17:47:58 +0000 Subject: -Fix memory handling of persistent dba connections. -Update tests. # cdb and flatfile still FAIL for dba_popen since the known streams problem --- ext/dba/php_dba.h | 1 + 1 file changed, 1 insertion(+) (limited to 'ext/dba/php_dba.h') diff --git a/ext/dba/php_dba.h b/ext/dba/php_dba.h index 2290c638e8..2e8877b6b5 100644 --- a/ext/dba/php_dba.h +++ b/ext/dba/php_dba.h @@ -63,6 +63,7 @@ typedef struct dba_info { #define DBA_LOCK_WCT (DBA_LOCK_WRITER|DBA_LOCK_CREAT|DBA_LOCK_TRUNC) #define DBA_STREAM_OPEN (0x0010) +#define DBA_PERSISTENT (0x0020) extern zend_module_entry dba_module_entry; #define dba_module_ptr &dba_module_entry -- cgit v1.2.1