Merge branch 'PHP-7.1' into PHP-7.2

* PHP-7.1:
  Skip 64-bit related test
This commit is contained in:
Dmitry Stogov 2017-08-15 13:01:06 +03:00
commit 1cbe4e009c

View file

@ -3,6 +3,7 @@ Bug #74950 (null pointer deref in zim_simplexml_element_getDocNamespaces)
--SKIPIF-- --SKIPIF--
<?php <?php
if (!extension_loaded("simplexml")) die("skip SimpleXML not available"); if (!extension_loaded("simplexml")) die("skip SimpleXML not available");
if (PHP_INT_SIZE != 8) die("skip this test is for 64bit platforms only");
?> ?>
--FILE-- --FILE--
<?php <?php