Browse Source

cleanup garbage

PECL
Antony Dovgal 18 years ago
parent
commit
f10dd24e79
  1. 1
      ext/mysqli/tests/mysqli_debug_ini.phpt

1
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"

Loading…
Cancel
Save