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: Skip test on Windows because of different error output
This commit is contained in:
@@ -3,6 +3,8 @@ GH-13833 (Applying zero offset to null pointer in zend_hash.c)
|
||||
--INI--
|
||||
phar.require_hash=0
|
||||
phar.readonly=0
|
||||
--SKIPIF--
|
||||
<?php if (defined("PHP_WINDOWS_VERSION_MAJOR")) die("skip Windows results in a different error"); ?>
|
||||
--FILE--
|
||||
<?php
|
||||
$fname = __DIR__ . '/gh13833.phar';
|
||||
|
||||
Reference in New Issue
Block a user