Skip to content

Commit 488528d

Browse files
committed
Merge branch 'PHP-8.3'
* PHP-8.3: Fix phar/tests/bug77432.phpt
2 parents b1f5ca5 + e062fe0 commit 488528d

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

ext/phar/tests/bug77432.phpt

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,10 @@
11
--TEST--
22
Bug #77432 (Segmentation fault on including phar file)
3-
--SKIPIF--
4-
<?php
5-
if (PHP_OS_FAMILY === "Windows") {
6-
die('skip not for Windows');
7-
}
8-
?>
93
--EXTENSIONS--
104
phar
115
--INI--
6+
opcache.enable=0
7+
error_reporting=-1
128
phar.readonly=0
139
--FILE--
1410
<?php

0 commit comments

Comments
 (0)