summaryrefslogtreecommitdiff
path: root/ext/gd
diff options
context:
space:
mode:
authorChristoph M. Becker <cmbecker69@gmx.de>2016-09-14 20:00:30 +0200
committerChristoph M. Becker <cmbecker69@gmx.de>2016-09-14 20:00:30 +0200
commit36df4f8419f1109afbc920225ae72507c21da675 (patch)
tree3c2ffef7501763bb4762156e6b4ddfc35586858a /ext/gd
parent09eb6ed35eb5b0d164aa9fbad52dd8d873166294 (diff)
downloadphp-git-36df4f8419f1109afbc920225ae72507c21da675.tar.gz
Skip ext/gd/tests/bug50194.phpt for now
There are apparently issues with the font rendering with different freetype version; I'll have a look at this issue ASAP.
Diffstat (limited to 'ext/gd')
-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