GD已安装,但createimagefrompng无法在Mac上运行

时间:2015-06-08 13:55:05

标签: php macos

目前在OSX Yosemite上

我正在尝试

imagecreatefrompng($originalFile);

但得到了:

Fatal error: Call to undefined function imagecreatefrompng()

所以我做了一点搜索,发现我需要安装GD库,我做了,

$ brew install gd 

我得到了:

Warning: gd-2.1.0_2 already installed

所以我搜索了一下,并在我的php.ini中取消注释并重新启动了Apache

extension=php_gd2.dll

仍然无法正常工作。

所以从这里我迷失了,没有任何指针或建议?

编辑:

GD in php ini

我相信我的相关问题为here.

1 个答案:

答案 0 :(得分:0)

您可以输出phpinfo();并检查库是否正确加载。未定义的函数表明它不是。检查您是否正在编辑正确的php.ini文件。