|
/etc/php.ini
php-5.2.4-3+jpgraph-2.3.3
注一:
问:访问Examples目录下的例子时出现“JpGraph Error This PHP installation is not configured
with the GD library. Please recompile PHP with GD support to run JpGraph. (Neither
function imagetypes() nor imagecreatefromstring() does exist)”是什么原因?
答 HP没有开启GD库,请在php.ini去掉extension=php_gd2.dll前面的“;”号,重起PHP环境。如
果还不行,那么请重新编译或者安装带有支持G库的PHP环境
注二:1.x和2.x的区别是1.x适用于PHP4,而2.x适用于PHP5
因为版本不同,所以在php.ini里根本找不到“extension=php_gd2.dll”
问题相当棘手,各位高人帮帮忙 |
|