需要帮助来访问我的 imagick 库..我有路径

发布于 2024-11-04 22:08:03 字数 392 浏览 1 评论 0原文

今晚我给 justhost.com 发消息,向我提供他们拥有的最新版本 Imagick 的路径。

他们给我发了这个:

嗨,

我们拥有的最新版本是 6.4.4.

ImageMagick的路径是 /usr/local/ImageMagick-6.4.4/

如果您需要更多,请告诉我 帮助。谢谢。 ——亲切的问候,托尼·德莱福斯

Just Host www.justhost.com

我如何使用它或升级我的 php? 我的 phpinfo(); 说我有 ImageMagick 6.2.8 10/20/10

谢谢!

Tonight I messaged justhost.com to provide me with the path to the newest version of Imagick they have.

They sent me this:

Hi,

The latest version which we have is
6.4.4.

The path to the ImageMagick is
/usr/local/ImageMagick-6.4.4/

Please let me know if you need more
help. Thank you.
-- Kind regards, Tony Dreyfuss

Just Host www.justhost.com

How do I use it or upgrade my php?
my phpinfo(); says I have ImageMagick 6.2.8 10/20/10

Thanks!

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

如果没有你 2024-11-11 22:08:04

如果 phpinfo 说你有它,并且库已安装,那么你需要在 php.net 上查找 imagemagick 函数。如果它可用但未作为 PHP 库安装,您(也许)可以使用 exec() 运行它,具体取决于主机的设置。如果这些都不起作用,请获得更好的托管计划!

If phpinfo says you have it, and the libraries are installed, then you need to look up the imagemagick functions on php.net. If it's available but not installed as a PHP library, you can (maybe) run it with exec(), depending on the host's settings. If neither of those work, get a better hosting plan!

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文