1
0
mirror of https://github.com/php/php-src.git synced 2026-03-24 00:02:20 +01:00

Merge branch 'PHP-8.2'

* PHP-8.2:
  [skip ci] Fix tmp file clash in ext/zip/tests/oo_cancel.phpt
This commit is contained in:
Ilija Tovilo
2023-05-01 15:29:51 +02:00

View File

@@ -12,7 +12,7 @@ date.timezone=UTC
--FILE--
<?php
$dirname = dirname(__FILE__) . '/';
$file = $dirname . '__tmp_oo_progress.zip';
$file = $dirname . '__tmp_oo_cancel.zip';
@unlink($file);