Skip to content

Commit

Permalink
Merge branch 'PHP-8.3'
Browse files Browse the repository at this point in the history
* PHP-8.3:
  Fix test conflict between gzfile_basic.phpt and gzfile_basic2.phpt
  • Loading branch information
nielsdos committed Jul 5, 2024
2 parents 2269c06 + 7c970f0 commit e4904a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ext/zlib/tests/gzfile_basic2.phpt
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ hello world
is a very common test
for all languages
EOT;
$dirname = 'gzfile_temp';
$dirname = 'gzfile_temp2';
$filename = $dirname.'/gzfile_basic2.txt';
mkdir($dirname);
$h = fopen($filename, 'w');
Expand Down

0 comments on commit e4904a2

Please sign in to comment.