mirror of
https://github.com/php/php-src.git
synced 2025-08-15 21:48:51 +02: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:
commit
b34e838874
1 changed files with 2 additions and 0 deletions
|
@ -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';
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue