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 @@ -13,6 +13,9 @@ PHP NEWS
13
13
. Fixed bug #81500 (Interval serialization regression since 7.3.14 / 7.4.2).
14
14
(cmb)
15
15
16
+ - DBA:
17
+ . Fixed bug #81588 (TokyoCabinet driver leaks memory). (girgias)
18
+
16
19
- FPM:
17
20
. Fixed bug #81026 (PHP-FPM oob R/W in root process leading to privilege
18
21
escalation) (CVE-2021-21703). (Jakub Zelenka)
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 9
9
?>
10
10
--FILE--
11
11
<?php
12
+ $ handler = 'tcadb ' ;
12
13
$ lock_flag = 'l ' ;
13
14
$ db_filename = $ db_file = __DIR__ .'/test0.tch ' ;
14
15
@unlink ($ db_filename );
You can’t perform that action at this time.
0 commit comments