diff options
author | Michael Wallner <mike@php.net> | 2013-12-03 18:18:40 +0100 |
---|---|---|
committer | Michael Wallner <mike@php.net> | 2013-12-03 18:18:40 +0100 |
commit | f0c85fab45b22dae6cbb2392d0192d7fd924d274 (patch) | |
tree | 55d6f42ac74b6b045adecd6d6dce2e0a2d3597d8 /ext/dba/tests/dba_handler.inc | |
parent | b0415856fddd93ddb02a00c56953707be199c2a9 (diff) | |
download | php-git-f0c85fab45b22dae6cbb2392d0192d7fd924d274.tar.gz |
more test fixes
Diffstat (limited to 'ext/dba/tests/dba_handler.inc')
-rw-r--r-- | ext/dba/tests/dba_handler.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/dba/tests/dba_handler.inc b/ext/dba/tests/dba_handler.inc index a950e903af..ed2a52400a 100644 --- a/ext/dba/tests/dba_handler.inc +++ b/ext/dba/tests/dba_handler.inc @@ -82,7 +82,7 @@ do { dba_close($dba_reader); } if (($db_file = dba_popen($db_filename, 'r'.($lock_flag==''?'':'-'), $handler))!==FALSE) { - if ($handler == 'dbm') { + if ($handler == 'dbm' || $handler == "tcadb") { dba_close($db_file); } } |