--- embedaddon/php/ext/pgsql/tests/80_bug36625.phpt 2012/02/21 23:47:59 1.1.1.1 +++ embedaddon/php/ext/pgsql/tests/80_bug36625.phpt 2013/10/14 08:02:28 1.1.1.2 @@ -37,6 +37,8 @@ array_walk($trace, 'search_trace_file'); var_dump($found > 0); var_dump(file_exists($tracefile)); +@unlink($tracefile); + ?> ===DONE=== --CLEAN--