]> granicus.if.org Git - php/commitdiff
Add missing SKIPIFs
authorChristoph M. Becker <cmbecker69@gmx.de>
Mon, 1 Jul 2019 16:11:13 +0000 (18:11 +0200)
committerChristoph M. Becker <cmbecker69@gmx.de>
Mon, 1 Jul 2019 16:11:13 +0000 (18:11 +0200)
All these tests are meant to run with OPcache available, and some will
even fail inevitably without it, so we add OPcache as SKIPIF
requirement.

ext/opcache/tests/bug75729.phpt

index 81d8f4264be5fb46487899b4c7ab4a35498e2fbb..52b004c75a08cd30cfa5a3d829a8fbf51d925468 100644 (file)
@@ -1,6 +1,7 @@
 --TEST--
 Bug #75729: opcache segfault when installing Bitrix
 --SKIPIF--
+<?php require_once('skipif.inc'); ?>
 <?php if (!extension_loaded('mbstring')) die('skip mbstring not loaded'); ?>
 --INI--
 opcache.enable_cli=1