我在 Windows 7(32 位)上使用 Wampserver 2.5,我的 PHP 版本是 5.5.12.我无法使用 IMAGICK.
I am using Wampserver 2.5 on my Windows 7 (32 bit) and my PHP version is 5.5.12. I am unable to use IMAGICK.
我已经在我的系统上安装了 IMAGICK 6.8.9 版,它在命令行上运行起来就像魅力一样.
I have installed IMAGICK version 6.8.9 on my system and it works like charm on the command line.
此外,我已按照说明在我的 wampserver 上启用它.
Further, I have followed instructions to enable it on my wampserver.
在 php 上运行一个简单的脚本时 [$a = new Imagick()] 我收到错误 [Class 'Imagick' not found].
While running a simple script on php [$a = new Imagick()] I get the error [Class 'Imagick' not found].
请指导我正确的安装方式和正确的下载,以便在 Wampserver 2.5/Windows 7/32 位/PHP 5.5.12 上安装 IMAGICK.
Kindly direct me to the right way of installation and the right downloads to install IMAGICK on Wampserver 2.5 / Windows 7 / 32bit / PHP 5.5.12.
这篇关于在哪里可以找到适用于 Windows wampserver 2.5 的 php 5.5.12 的 php_imagick.dll?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持html5模板网!
PHP、MySQL PDOException 的死锁异常代码?Deadlock exception code for PHP, MySQL PDOException?(PHP、MySQL PDOException 的死锁异常代码?)
PHP PDO MySQL 可滚动游标不起作用PHP PDO MySQL scrollable cursor doesn#39;t work(PHP PDO MySQL 可滚动游标不起作用)
PHP PDO ODBC 连接PHP PDO ODBC connection(PHP PDO ODBC 连接)
使用 PDO::FETCH_CLASS 和魔术方法Using PDO::FETCH_CLASS with Magic Methods(使用 PDO::FETCH_CLASS 和魔术方法)
php pdo 只从 mysql 获取一个值;等于变量的值php pdo get only one value from mysql; value that equals to variable(php pdo 只从 mysql 获取一个值;等于变量的值)
MSSQL PDO 找不到驱动程序MSSQL PDO could not find driver(MSSQL PDO 找不到驱动程序)