Jump to content

Does anyone know how to install imagemagick to appserv?


Recommended Posts

I have already installed the ImageMagick-6.6.2-Q16 and already added "extension=php_imagick_nts.dll" to the php.ini but i still cannot find imagemagick in phpinfo(); .Also , I have try to run php.exe manually and it claimed that "Unable to load dynamic library 'C:/Appserv\php5\ext\php_imagick_nts.dll'" - cannot find the module in Unknown on line 0

 

P.S.

I have added the imagemagick's path to the environment variable and I can run the convert in console.

 

Could anyone please help.

Link to comment
Share on other sites

  • 4 years later...

Sorry for my bad english:

 

1º Install Appserv

Filename: "appserv-win32-2.5.10.exe"


Apache port: 8080

 

2º Download PHP 5.3(Apache 2.2 doesn't support superior)

Filename: "php-5.3.29-Win32-VC9-x86.zip"

How?: Thread Safe


 

3º Stop Apache

 

4º Delete all contents in the folder "..\AppServ\php5"

 

5º Copy the zip contents to "..\AppServ\php5"

 

6º Add line

date.timezone = "America/Buenos_Aires" (This is my zone, find yours in php page)

to the "php.ini" in "c:\Windows\php.ini"

to avoid date error in PHP

 

7º Start Apache

 

=============================

 

IMAGIC(Once PHP 5.3 is installed)

 

1º Instalññ Image magic 6.7(Not superior, PHP 5.3 doesn't support)

Filename: "ImageMagick-6.7.9-9-Q16-windows-dll.exe" 


 

2º Download Imagic

Filename: "php_imagick-3.1.2-5.3-ts-vc9-x86.zip"


 

3º In the dir "php5/ext" add the file "php_imagick.dll" from the last zip download(other files doesn't care)

 

4º Add line

extension=php_imagick.dll

to the "php.ini" in "c:\Windows\php.ini"

 

5º Restart Apache

Link to comment
Share on other sites

This thread is more than a year old. Please don't revive it unless you have something important to add.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.