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:
Niels Dossche 2024-03-31 16:56:21 +02:00
commit b34e838874
No known key found for this signature in database
GPG key ID: A17A7C526FE17078

View file

@ -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';