1
0
mirror of https://github.com/php/php-src.git synced 2026-04-28 18:53:33 +02:00

cleanup garbage

This commit is contained in:
Antony Dovgal
2008-08-26 11:06:09 +00:00
parent 838ac5fdaa
commit f10dd24e79
+1
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");
else
fclose($fp);
@unlink("/tmp/mysqli_debug_phpt.trace");
?>
--INI--
mysqlnd.debug="t:O,/tmp/mysqli_debug_phpt.trace"