Skip to content

Commit 059a140

Browse files
committed
Force validate_timestamps=1 for some phar tests
1 parent 7178b5a commit 059a140

11 files changed

+11
-0
lines changed

ext/phar/tests/create_new_and_modify.phpt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ Phar: create and modify phar
55
--INI--
66
phar.readonly=0
77
phar.require_hash=1
8+
opcache.validate_timestamps=1
89
--FILE--
910
<?php
1011

ext/phar/tests/delete_in_phar.phpt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ Phar: delete a file within a .phar
55
--INI--
66
phar.readonly=0
77
phar.require_hash=0
8+
opcache.validate_timestamps=1
89
--FILE--
910
<?php
1011
$fname = __DIR__ . '/' . basename(__FILE__, '.php') . '.phar.php';

ext/phar/tests/delete_in_phar_confirm.phpt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ Phar: delete a file within a .phar (confirm disk file is changed)
55
--INI--
66
phar.readonly=0
77
phar.require_hash=0
8+
opcache.validate_timestamps=1
89
--FILE--
910
<?php
1011
$fname = __DIR__ . '/' . basename(__FILE__, '.php') . '.phar.php';

ext/phar/tests/front.phar.phpt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
Phar front controller with mounted external file
33
--INI--
44
default_charset=UTF-8
5+
opcache.validate_timestamps=1
56
--SKIPIF--
67
<?php if (!extension_loaded("phar")) die("skip"); ?>
78
--ENV--

ext/phar/tests/tar/create_new_and_modify.phpt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ Phar: create and modify tar-based phar
44
<?php if (!extension_loaded("phar")) die("skip"); ?>
55
--INI--
66
phar.readonly=0
7+
opcache.validate_timestamps=1
78
--FILE--
89
<?php
910

ext/phar/tests/tar/delete_in_phar.phpt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ Phar: delete a file within a tar-based .phar
55
--INI--
66
phar.readonly=0
77
phar.require_hash=0
8+
opcache.validate_timestamps=1
89
--FILE--
910
<?php
1011

ext/phar/tests/tar/delete_in_phar_confirm.phpt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ Phar: delete a file within a tar-based .phar (confirm disk file is changed)
55
--INI--
66
phar.readonly=0
77
phar.require_hash=0
8+
opcache.validate_timestamps=1
89
--FILE--
910
<?php
1011

ext/phar/tests/tar/tar_004.phpt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ if (!extension_loaded("phar")) die("skip");
77
--INI--
88
phar.readonly=0
99
phar.require_hash=0
10+
opcache.validate_timestamps=1
1011
--FILE--
1112
<?php
1213
include __DIR__ . '/files/tarmaker.php.inc';

ext/phar/tests/zip/create_new_and_modify.phpt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ Phar: create and modify zip-based phar
44
<?php if (!extension_loaded("phar")) die("skip"); ?>
55
--INI--
66
phar.readonly=0
7+
opcache.validate_timestamps=1
78
--FILE--
89
<?php
910

ext/phar/tests/zip/delete_in_phar.phpt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ Phar: delete a file within a zip-based .phar
55
--INI--
66
phar.readonly=0
77
phar.require_hash=0
8+
opcache.validate_timestamps=1
89
--FILE--
910
<?php
1011

0 commit comments

Comments
 (0)