注册 登录
编程论坛 PHP技术论坛

[求助]快疯了,GD库配置失败

jinyl 发布于 2007-09-12 23:31, 2143 次点击

请高手指教

我的环境是Win2003+Apache2.24+php-5.2.4-Win32+jpgraph+MsSql

可配置完毕后报错:
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)

可我在php.ini 中把 ;extension=php_gd.dll 前面的;去掉了,GD的那个dll也复制到System32里了,也

重起了,仍然报错

运行一个带有<? phpinfo();?>的PHP程序,什么都有,就是没有如下信息:
gd
GD Support enabled
GD Version 1.6.2 or higher
FreeType Support enabled
FreeType Linkage with TTF library
JPG Support enabled
PNG Support enabled
WBMP Support enabled

郁闷阿!那里出了问题,请高手帮帮忙。。。。。。

3 回复
#2
lmhllr2007-09-14 14:11
重起Apache服务器了吗?
#3
风月_无边2007-09-14 14:39
呵呵﹐配置確實很麻煩﹐給你推荐phpnow吧﹐直接下載后解壓﹐不用配置的﹗
#4
可可熊2007-09-18 12:24
PHP缺少GD,应该要下载相应的GD库文件吧。
1