From 5a988d5764855aa25a60dc555357df1c35b44b55 Mon Sep 17 00:00:00 2001 From: Niels Dossche <7771979+nielsdos@users.noreply.github.com> Date: Thu, 11 Jan 2024 23:32:11 +0100 Subject: [PATCH] Fix phar/tests/bug77432.phpt - For Windows we just have to set the right error_reporting value - Test cannot be used repeatedly on Opcache because the unlink will have no effect because of caching. Closes GH-13129. --- ext/phar/tests/bug77432.phpt | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/ext/phar/tests/bug77432.phpt b/ext/phar/tests/bug77432.phpt index 12480856b39..b3b927a5439 100644 --- a/ext/phar/tests/bug77432.phpt +++ b/ext/phar/tests/bug77432.phpt @@ -1,14 +1,10 @@ --TEST-- Bug #77432 (Segmentation fault on including phar file) ---SKIPIF-- - --EXTENSIONS-- phar --INI-- +opcache.enable=0 +error_reporting=-1 phar.readonly=0 --FILE--