cleanup garbage

This commit is contained in:
Antony Dovgal 2008-08-26 11:06:09 +00:00
parent 838ac5fdaa
commit f10dd24e79

View file

@ -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"); die("skip PHP cannot create a file in /tmp/mysqli_debug_phpt");
else else
fclose($fp); fclose($fp);
@unlink("/tmp/mysqli_debug_phpt.trace");
?> ?>
--INI-- --INI--
mysqlnd.debug="t:O,/tmp/mysqli_debug_phpt.trace" mysqlnd.debug="t:O,/tmp/mysqli_debug_phpt.trace"