Skip to content

Commit c8e2b33

Browse files
committed
Merge branch 'PHP-7.4'
2 parents db9323c + c0e15a3 commit c8e2b33

File tree

35 files changed

+113
-75
lines changed

35 files changed

+113
-75
lines changed

Zend/tests/@CAN_BE_PARALLELISED

Whitespace-only changes.

Zend/tests/traits/@CAN_BE_PARALLELISED

Whitespace-only changes.

ext/curl/tests/CONFLICTS

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
server

ext/date/tests/@CAN_BE_PARALLELISED

Whitespace-only changes.

ext/dom/tests/@CAN_BE_PARALLELISED

Whitespace-only changes.

ext/ftp/tests/CONFLICTS

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
server

ext/mysqli/tests/CONFLICTS

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
mysql

ext/opcache/tests/bug66338.phpt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@ Bug #66338 (Optimization binding of class constants is not safely opcacheable)
44
opcache.enable=0
55
--SKIPIF--
66
<?php if (!extension_loaded('Zend OPcache')) die("skip Zend OPcache extension not loaded"); ?>
7+
--CONFLICTS--
8+
server
79
--FILE--
810
<?php
911
$root = str_replace('.php', "", __FILE__);

ext/opcache/tests/issue0115.phpt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ phar.readonly=0
77
--SKIPIF--
88
<?php require_once('skipif.inc'); ?>
99
<?php if (!extension_loaded("phar")) die("skip"); ?>
10+
--CONFLICTS--
11+
server
1012
--FILE--
1113
<?php
1214
$stub = '<?php

ext/opcache/tests/issue0149.phpt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ phar.readonly=0
77
--SKIPIF--
88
<?php require_once('skipif.inc'); ?>
99
<?php if (!extension_loaded("phar")) die("skip"); ?>
10+
--CONFLICTS--
11+
server
1012
--FILE--
1113
<?php
1214
$stub = "<?php header('Content-Type: text/plain;');

0 commit comments

Comments
 (0)