mirror of
https://github.com/php/php-src.git
synced 2026-03-24 00:02:20 +01:00
Merge branch 'PHP-8.2' into PHP-8.3
* PHP-8.2: Fix phar/tests/bug77432.phpt
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user