Imagick 被 WAMPServer 识别,但不能被 PHP 识别
ImageMagick 已正确安装。 WAMP 的“PHP 扩展”菜单还显示带有复选标记的 php_imagick。除了 Apache 和系统环境变量之外,phpinfo() 没有显示 imagick 扩展的任何痕迹。所有路径均已正确指定。
ImageMagick is installed correctly. WAMP'S "PHP Extension" menu also shows php_imagick with a check. phpinfo() shows no trace of the imagick extension except for Apache and System Environment Variables. All paths are correctly specified.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
你应该检查 php.ini 文件中是否有一行处理 imagick
扩展名=imagick.dll
you should check whether in php.ini file there is a line dealing with imagick
extension=imagick.dll