Skip to content

Commit aaaef22

Browse files
committed
fix remaining tests for Opcache runs
The fail reason here is the TMP change while both top and test run same binary with opcache enabled.
1 parent 8e993b4 commit aaaef22

File tree

3 files changed

+0
-9
lines changed

3 files changed

+0
-9
lines changed

ext/phar/tests/tar/phar_commitwrite.phpt

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,6 @@ Phar::setStub()/stopBuffering() tar-based
55
--INI--
66
phar.require_hash=0
77
phar.readonly=0
8-
--ENV--
9-
TEMP=.
10-
TMP=.
118
--FILE--
129
<?php
1310
$p = new Phar(dirname(__FILE__) . '/brandnewphar.phar.tar', 0, 'brandnewphar.phar');

ext/phar/tests/tar/phar_setsignaturealgo2.phpt

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,6 @@ if (!in_array('SHA-256', $arr)) die("skip hash extension loaded shared"); ?>
99
--INI--
1010
phar.require_hash=0
1111
phar.readonly=0
12-
--ENV--
13-
TEMP=.
14-
TMP=.
1512
--FILE--
1613
<?php
1714
$fname = dirname(__FILE__) . '/' . basename(__FILE__, '.php') . '.phar.tar';

ext/phar/tests/zip/phar_commitwrite.phpt

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,6 @@ Phar::setStub()/stopBuffering() zip-based
55
--INI--
66
phar.require_hash=0
77
phar.readonly=0
8-
--ENV--
9-
TEMP=.
10-
TMP=.
118
--FILE--
129
<?php
1310
$p = new Phar(dirname(__FILE__) . '/brandnewphar.phar.zip', 0, 'brandnewphar.phar');

0 commit comments

Comments
 (0)