summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristoph M. Becker <cmbecker69@gmx.de>2016-09-12 13:27:57 +0200
committerChristoph M. Becker <cmbecker69@gmx.de>2016-09-12 13:27:57 +0200
commit82fa85fd08a83404e36ab90a500b89ba127cb62c (patch)
tree030cf95431565c9faff9e2e23c792dd22fc4e3a1
parentc2044e60f3e7f8cccb92aa1230b11c7f0c6107c2 (diff)
parent0cbf634657dbaf5a49ba1c9f2d479d05c2e806d6 (diff)
downloadphp-git-82fa85fd08a83404e36ab90a500b89ba127cb62c.tar.gz
Merge branch 'PHP-5.6' into PHP-7.0
-rw-r--r--ext/gd/tests/bug53156.phpt3
1 files changed, 3 insertions, 0 deletions
diff --git a/ext/gd/tests/bug53156.phpt b/ext/gd/tests/bug53156.phpt
index 24db8024fe..9e1fec8798 100644
--- a/ext/gd/tests/bug53156.phpt
+++ b/ext/gd/tests/bug53156.phpt
@@ -3,6 +3,9 @@ Bug #53156 (imagerectangle problem with point ordering)
--SKIPIF--
<?php
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--
<?php