Skip to content

Commit 929819a

Browse files
committed
Merge branch 'PHP-7.0' into PHP-7.1
* PHP-7.0: fix remaining tests for Opcache runs
2 parents a7b2089 + aaaef22 commit 929819a

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)