We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a09ae68 commit 7963168Copy full SHA for 7963168
Tests/DeprecationErrorHandler/log_file.phpt
@@ -2,7 +2,7 @@
2
Test DeprecationErrorHandler with log file
3
--FILE--
4
<?php
5
-$filename = tempnam(sys_get_temp_dir(), 'sf-').uniqid();
+$filename = tempnam(sys_get_temp_dir(), 'sf-');
6
$k = 'SYMFONY_DEPRECATIONS_HELPER';
7
putenv($k.'='.$_SERVER[$k] = $_ENV[$k] = 'logFile='.$filename);
8
putenv('ANSICON');
0 commit comments