Merge branch 'PHP-5.6' into PHP-7.0

This commit is contained in:
Christoph M. Becker 2016-09-12 13:27:57 +02:00
commit 82fa85fd08

View file

@ -3,6 +3,9 @@ Bug #53156 (imagerectangle problem with point ordering)
--SKIPIF-- --SKIPIF--
<?php <?php
if (!extension_loaded('gd')) die('skip gd extension not available'); if (!extension_loaded('gd')) die('skip gd extension not available');
if (!GD_BUNDLED && version_compare(GD_VERSION, '2.3', '<')) {
die("skip test requires GD 2.3 or newer");
}
?> ?>
--FILE-- --FILE--
<?php <?php