<tfoot id='tMWp6'></tfoot>
<i id='tMWp6'><tr id='tMWp6'><dt id='tMWp6'><q id='tMWp6'><span id='tMWp6'><b id='tMWp6'><form id='tMWp6'><ins id='tMWp6'></ins><ul id='tMWp6'></ul><sub id='tMWp6'></sub></form><legend id='tMWp6'></legend><bdo id='tMWp6'><pre id='tMWp6'><center id='tMWp6'></center></pre></bdo></b><th id='tMWp6'></th></span></q></dt></tr></i><div id='tMWp6'><tfoot id='tMWp6'></tfoot><dl id='tMWp6'><fieldset id='tMWp6'></fieldset></dl></div>

      <small id='tMWp6'></small><noframes id='tMWp6'>

      <legend id='tMWp6'><style id='tMWp6'><dir id='tMWp6'><q id='tMWp6'></q></dir></style></legend>

        • <bdo id='tMWp6'></bdo><ul id='tMWp6'></ul>

        在哪里可以找到适用于 Windows wampserver 2.5 的 php

        时间:2023-09-25
          <bdo id='RPdYg'></bdo><ul id='RPdYg'></ul>
          <i id='RPdYg'><tr id='RPdYg'><dt id='RPdYg'><q id='RPdYg'><span id='RPdYg'><b id='RPdYg'><form id='RPdYg'><ins id='RPdYg'></ins><ul id='RPdYg'></ul><sub id='RPdYg'></sub></form><legend id='RPdYg'></legend><bdo id='RPdYg'><pre id='RPdYg'><center id='RPdYg'></center></pre></bdo></b><th id='RPdYg'></th></span></q></dt></tr></i><div id='RPdYg'><tfoot id='RPdYg'></tfoot><dl id='RPdYg'><fieldset id='RPdYg'></fieldset></dl></div>

              <legend id='RPdYg'><style id='RPdYg'><dir id='RPdYg'><q id='RPdYg'></q></dir></style></legend>
                <tbody id='RPdYg'></tbody>

              <small id='RPdYg'></small><noframes id='RPdYg'>

            1. <tfoot id='RPdYg'></tfoot>

                1. 本文介绍了在哪里可以找到适用于 Windows wampserver 2.5 的 php 5.5.12 的 php_imagick.dll?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

                  问题描述

                  我在 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.

                  1. 在 Appache 的 httpd.conf 中插入了SetEnv MAGICK_HOME C:/imagemagick".
                  2. 已下载php_imagick-3.1.2-5.5-ts-vc11-x86.zip
                  3. php_imagick.dll 从 zip 复制并粘贴到 Appache 中的 php.ini.
                  1. Inserted "SetEnv MAGICK_HOME C:/imagemagick" in httpd.conf at Appache.
                  2. Downloaded php_imagick-3.1.2-5.5-ts-vc11-x86.zip
                  3. Copied and pasted the php_imagick.dll from zip to php.ini at Appache.

                  在 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.

                  推荐答案

                  在Wamp、Xampp和IIS上手动安装imagick

                  1. 在 php/ext 文件夹中创建一个文件夹 imagick.
                  2. 现在将这个新创建的 php/ext/imagick 文件夹添加到 windows 路径中.
                  3. 从此链接下载适用于 Windows 的最新版本的 imagick.http://windows.php.net/downloads/pecl/releases/imagick/
                  4. 从此链接下载 imagick 的 php 扩展.http://windows.php.net/downloads/pecl/deps/
                  5. 在下载这 2 个 zip 文件之前,请将您的安装文件名与您的 php.ini 文件名匹配.例如.php_imagick-3.2.0b2-5.5-nts-vc11-x86.zip
                    -这里5.5是php的版本
                    -nts 适用于 IIS 和 windows (wamp),ts 适用于 Apache 和 Linux (xampp)
                    -VC11 和 VC9 是编译版本,运行 phpinfo 并检查它是否与您的 php 版本匹配.
                    -x86 适用于 32 位 x64 适用于 64 位机器,我建议仅使用 x86
                  6. 一旦你为你的 php 下载了正确的版本,将下载的文件解压到你添加到路径的 imagick 文件夹中,将所有文件从 bin 文件夹带到 imagick 的根目录并全部替换
                  7. 在 php.ini 中添加 php_imagick.dll 的完整路径,如 extension=C:wampphpextimagickphp_imagick.dll
                  8. 重新启动计算机以使路径生效.然后打开命令并输入 dcraw 并按回车键.如果您正确添加了路径,则会显示参数列表,您的 Imagick 已成功安装.
                  9. 再次运行 phpinfo,您将看到 Imagick 列为扩展名.

                  这篇关于在哪里可以找到适用于 Windows wampserver 2.5 的 php 5.5.12 的 php_imagick.dll?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持html5模板网!

                  上一篇:使用 DLL 和 PHP for Dummies 下一篇:将 Google 图表另存为图像

                  相关文章

                  最新文章

                    • <bdo id='OE4l6'></bdo><ul id='OE4l6'></ul>
                    <tfoot id='OE4l6'></tfoot>

                    1. <small id='OE4l6'></small><noframes id='OE4l6'>

                      <i id='OE4l6'><tr id='OE4l6'><dt id='OE4l6'><q id='OE4l6'><span id='OE4l6'><b id='OE4l6'><form id='OE4l6'><ins id='OE4l6'></ins><ul id='OE4l6'></ul><sub id='OE4l6'></sub></form><legend id='OE4l6'></legend><bdo id='OE4l6'><pre id='OE4l6'><center id='OE4l6'></center></pre></bdo></b><th id='OE4l6'></th></span></q></dt></tr></i><div id='OE4l6'><tfoot id='OE4l6'></tfoot><dl id='OE4l6'><fieldset id='OE4l6'></fieldset></dl></div>
                      <legend id='OE4l6'><style id='OE4l6'><dir id='OE4l6'><q id='OE4l6'></q></dir></style></legend>