File tree Expand file tree Collapse file tree 3 files changed +5
-0
lines changed Expand file tree Collapse file tree 3 files changed +5
-0
lines changed Original file line number Diff line number Diff line change @@ -12,6 +12,9 @@ PHP NEWS
12
12
. Fixed bug #81500 (Interval serialization regression since 7.3.14 / 7.4.2).
13
13
(cmb)
14
14
15
+ - DBA:
16
+ . Fixed bug #81588 (TokyoCabinet driver leaks memory). (girgias)
17
+
15
18
- MBString:
16
19
. Fixed bug #76167 (mbstring may use pointer from some previous request).
17
20
(cmb, cataphract)
Original file line number Diff line number Diff line change @@ -79,6 +79,7 @@ DBA_CLOSE_FUNC(tcadb)
79
79
TCADB_DATA ;
80
80
81
81
tcadbclose (dba -> tcadb );
82
+ tcadbdel (dba -> tcadb );
82
83
pefree (dba , info -> flags & DBA_PERSISTENT );
83
84
}
84
85
Original file line number Diff line number Diff line change @@ -7,6 +7,7 @@ DBA TCADB handler test
7
7
?>
8
8
--FILE--
9
9
<?php
10
+ $ handler = 'tcadb ' ;
10
11
$ lock_flag = 'l ' ;
11
12
$ db_filename = $ db_file = __DIR__ .'/test0.tch ' ;
12
13
@unlink ($ db_filename );
You can’t perform that action at this time.
0 commit comments