Skip to content

Commit

Permalink
Merge branch '5.4' into 6.4
Browse files Browse the repository at this point in the history
* 5.4:
  [Cache] Improve `dbindex` DSN parameter parsing
  Support for PHP-CS-Fixer's parallel runner
  use more entropy with uniqid()
  [Contracts][HttpClient] Skip tests when zlib's `ob_gzhandler()` doesn't exist
  • Loading branch information
xabbuh committed Jul 15, 2024
2 parents 6e03e4d + 8fea773 commit 24ca10f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Tests/DeprecationErrorHandler/log_file.phpt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
Test DeprecationErrorHandler with log file
--FILE--
<?php
$filename = tempnam(sys_get_temp_dir(), 'sf-').uniqid();
$filename = tempnam(sys_get_temp_dir(), 'sf-').uniqid('', true);
$k = 'SYMFONY_DEPRECATIONS_HELPER';
putenv($k.'='.$_SERVER[$k] = $_ENV[$k] = 'logFile='.$filename);
putenv('ANSICON');
Expand Down

0 comments on commit 24ca10f

Please sign in to comment.