summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristoph M. Becker <cmbecker69@gmx.de>2016-09-14 20:03:00 +0200
committerChristoph M. Becker <cmbecker69@gmx.de>2016-09-14 20:03:00 +0200
commit1c8c61f142ff55287c0a997b3c3c71af76f1165f (patch)
tree7f8472bda31dffa8ab1147bd845e7172337a5f00
parent2f99f702b775b552c89be09f6abb254dc43c7a21 (diff)
parent7a923c3afefc0f263399e53317837cae02cb3351 (diff)
downloadphp-git-1c8c61f142ff55287c0a997b3c3c71af76f1165f.tar.gz
Merge branch 'PHP-7.0' into PHP-7.1
-rw-r--r--ext/gd/tests/bug50194.phpt1
1 files changed, 1 insertions, 0 deletions
diff --git a/ext/gd/tests/bug50194.phpt b/ext/gd/tests/bug50194.phpt
index 91b7b35139..4b41a3a702 100644
--- a/ext/gd/tests/bug50194.phpt
+++ b/ext/gd/tests/bug50194.phpt
@@ -4,6 +4,7 @@ Bug #50194 (imagettftext broken on transparent background w/o alphablending)
<?php
if (!extension_loaded('gd')) die('skip gd extension not available');
if (!function_exists('imagettftext')) die('skip imagettftext() not available');
+die('skip freetype issues');
?>
--FILE--
<?php