We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 26c1a40 commit 8fea773Copy full SHA for 8fea773
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-').uniqid('', true);
6
$k = 'SYMFONY_DEPRECATIONS_HELPER';
7
putenv($k.'='.$_SERVER[$k] = $_ENV[$k] = 'logFile='.$filename);
8
putenv('ANSICON');
0 commit comments