PHP - 验证码图像未显示在 localhost (mac os x)

PHP - Captcha images are not showing on localhost (mac os x)

我已经尝试了几乎或者所有的验证码脚本,但其中 none 可以在本地使用。图片没有显示。从此处的研究中,提到问题是名为 "GD" 的模块不是 installed/enabled。但是我认为它已安装并启用;

我正在尝试的当前脚本是 Simple PHP math captcha image. I have tried Secureimage 和其他一些脚本,但结果相同。错误报告不显示任何错误。

系统详细信息:MacOsxYosemite,PHP版本:5.5.24。

注意 - 我还没有在任何服务器上尝试过

我通过升级到 PHP 的新版本解决了这个问题:版本 5.6.11。 运行 通过终端执行此命令并重新启动 apache。

curl -s http://php-osx.liip.ch/install.sh | bash -s 5.6

sudo apachectl restart

More details on installation is here