mirror of
https://github.com/php/php-src.git
synced 2025-08-15 21:48:51 +02:00
-Fix memory handling of persistent dba connections.
-Update tests. # cdb and flatfile still FAIL for dba_popen since the known streams problem
This commit is contained in:
parent
710e49a30b
commit
efd314e767
11 changed files with 65 additions and 51 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue