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 @@ -81,6 +81,7 @@ DBA_CLOSE_FUNC(tcadb)
81
81
TCADB_DATA ;
82
82
83
83
tcadbclose (dba -> tcadb );
84
+ tcadbdel (dba -> tcadb );
84
85
pefree (dba , info -> flags & DBA_PERSISTENT );
85
86
}
86
87
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