From 53252c340c54335a72fd226335b635915ed59a89 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. --- 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 12480856b3952..b3b927a5439df 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--