﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	resolution	keywords	cc
258	gdchart PECL module is broken against current gd library	geofft		"{{{
busy-beaver:~/web_scripts geofft$ php
<?php
dl(""gd.so"");
dl(""gdchart.so"");
PHP Warning:  () dl(): Unable to load dynamic library '/usr/lib64/php/modules/gdchart.so' - /usr/lib64/php/modules/gdchart.so: undefined symbol: php_gd_gdFontMediumBold in - on line 3
}}}

It looks like this is fixed by [http://svn.exactcode.de/t2/trunk/package/php/php/libgd-symbol-visibility.patch this patch to php-gd], which exports the necessary symbols -- but this requires a recompile of the php source package. It also looks like [http://pecl.php.net/package/GDChart the gdchart PECL extension] hasn't been updated in quite a while, so the bug may lie with it, in accessing internal symbols.

See https://bugs.php.net/bug.php?id=59066 and http://www.mail-archive.com/php-bugs@lists.php.net/msg132746.html for more information."	defect	new	normal		web			
