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:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user