Merge branch 'PHP-7.4'

* PHP-7.4:
  Skip test case on x86 where it otherwise fails [ci skip]
This commit is contained in:
Christoph M. Becker 2020-02-07 21:11:32 +01:00
commit 78b71e1e8f

View file

@ -2,7 +2,9 @@
Bug #73679 DOTNET read access violation using invalid codepage
--SKIPIF--
<?php
if (!extension_loaded("com_dotnet")) print "skip COM/.Net support not present"; ?>
if (!extension_loaded("com_dotnet")) print "skip COM/.Net support not present";
if (PHP_INT_SIZE != 8) die("skip this test is for 64bit platforms only");
?>
--FILE--
<?php