summaryrefslogtreecommitdiff
path: root/ext/mysqli
diff options
context:
space:
mode:
authorAntony Dovgal <tony2001@php.net>2008-08-26 11:06:09 +0000
committerAntony Dovgal <tony2001@php.net>2008-08-26 11:06:09 +0000
commitf10dd24e79d79d134e9fd58b16985d809e04cc47 (patch)
tree053bb45c4820776bc69e925c8e5b36f26557ae8d /ext/mysqli
parent838ac5fdaabe21143a02a879f970bb9be5384bd5 (diff)
downloadphp-git-f10dd24e79d79d134e9fd58b16985d809e04cc47.tar.gz
cleanup garbage
Diffstat (limited to 'ext/mysqli')
-rw-r--r--ext/mysqli/tests/mysqli_debug_ini.phpt1
1 files changed, 1 insertions, 0 deletions
diff --git a/ext/mysqli/tests/mysqli_debug_ini.phpt b/ext/mysqli/tests/mysqli_debug_ini.phpt
index d02a3c0921..7089a6cbeb 100644
--- a/ext/mysqli/tests/mysqli_debug_ini.phpt
+++ b/ext/mysqli/tests/mysqli_debug_ini.phpt
@@ -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"