1
0
mirror of https://github.com/php/php-src.git synced 2026-03-24 00:02:20 +01:00

Merge branch 'PHP-8.3'

* PHP-8.3:
  Fix phar/tests/bug77432.phpt
This commit is contained in:
Niels Dossche
2024-01-12 17:24:22 +01:00

View File

@@ -1,14 +1,10 @@
--TEST--
Bug #77432 (Segmentation fault on including phar file)
--SKIPIF--
<?php
if (PHP_OS_FAMILY === "Windows") {
die('skip not for Windows');
}
?>
--EXTENSIONS--
phar
--INI--
opcache.enable=0
error_reporting=-1
phar.readonly=0
--FILE--
<?php