diff options
Diffstat (limited to 'ext/dba/php_dba.h')
-rw-r--r-- | ext/dba/php_dba.h | 1 |
1 files changed, 1 insertions, 0 deletions
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 |