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:
  Skip test on Windows because of different error output
This commit is contained in:
Niels Dossche
2024-03-31 16:56:27 +02:00

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