mirror of
https://github.com/php/php-src.git
synced 2025-08-18 23:18:56 +02:00
cleanup garbage
This commit is contained in:
parent
838ac5fdaa
commit
f10dd24e79
1 changed files with 1 additions and 0 deletions
|
@ -22,6 +22,7 @@ if (!$fp = @fopen('/tmp/mysqli_debug_phpt.trace', 'w'))
|
|||
die("skip PHP cannot create a file in /tmp/mysqli_debug_phpt");
|
||||
else
|
||||
fclose($fp);
|
||||
@unlink("/tmp/mysqli_debug_phpt.trace");
|
||||
?>
|
||||
--INI--
|
||||
mysqlnd.debug="t:O,/tmp/mysqli_debug_phpt.trace"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue