Merge branch 'PHP-8.3'

* PHP-8.3:
  Fix test conflict between gzfile_basic.phpt and gzfile_basic2.phpt
This commit is contained in:
Niels Dossche 2024-07-06 01:59:46 +02:00
commit e4904a2199
No known key found for this signature in database
GPG Key ID: B8A8AD166DF0E2E5

View File

@ -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');