From 57688ad7bff7e769078d1e670a65853635d31a71 Mon Sep 17 00:00:00 2001
From: "Christoph M. Becker" <cmbecker69@gmx.de>
Date: Mon, 1 Jul 2019 18:11:13 +0200
Subject: [PATCH] Add missing SKIPIFs

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 | 1 +
 1 file changed, 1 insertion(+)

diff --git a/ext/opcache/tests/bug75729.phpt b/ext/opcache/tests/bug75729.phpt
index 81d8f4264b..52b004c75a 100644
--- a/ext/opcache/tests/bug75729.phpt
+++ b/ext/opcache/tests/bug75729.phpt
@@ -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
-- 
2.40.0