I believe that I have followed all the steps in this tutorial:
https://ourcodeworld.com/articles/read/349/how-to-install-and-enable-the-imagick-extension-in-xampp-for-windows
I know that it worked with an earlier version of XAMPP.
However, with this version no imagick module shows up. The only strange thing I noticed was that my PHP version is 7.2.4 but there is no correstponding version on
https://pecl.php.net/package/imagick/3.4.3/windows
So I tried both 7.1 and 7.0 with no success. Maybe someone knows where to get the appropriate php_imagick.dll or what else might be wrong.
Related
I'm in need of some desperate help. Moderators, please don't flag this question for being duplicate. I'm only asking here after I couldn't find any solution(s) for my case on previous question.
I've been stuck on this for 2 days now. I wanted to change the php version used on my Ubuntu from 7.2 to 7.4. I tried all the steps that I can google and also that I can find here in Stack Overflow and all I was able to do was switch php version on terminal to 7.4 but the browser still displays version 7.2 when displaying php info with phpinfo();
For your information I've PHP versions 5.6, 7.0, 7.2, 7.4 & 8.0 installed on my Ubuntu system.
So, can any help me switch my php version on the browser from 7.2 to 7.4? Any help is greatly appreciated. Thanks.
I want to install Php ImageMagick on my system. Working from two days but couldn't install it. I have the following configuration of my system :
PHP 5.5.12, Wamp 2.5, Win64 but Php uses Win32 extensions.
Here are the errors i am facing :
Error when i add php_imagick.dll of Win64.
Error when i add php_imagick.dll of Win32.
Here are the link i took help but didn't work for me.
https://github.com/WPN-XM/WPN-XM/issues/222
ImageMagick - "CORE_RL_magick_.dll not found" or how to install RMagick on windows with ruby 1.9.2
Please don't mark it duplicate, as i tried all the links but not working for me. Expert suggestions needed here. Thanks
Try to download the imagick library here:
http://www.peewit.fr/imagick/
Choose thread-safety one that corresponds to your php version and replace your imagick dll with it.
Also, don't forget to install Imagick itself: Link
You need ImageMagick-*-Q16-x64-dll.exe installer file.
This worked fine for me on Windows 7 with PHP 5.5, XAMPP.
I have wampserver 2.5 installed on my machine which has PHP 5.5.12
But I need to setup and application which is built in PHP 5.2. So how do I use this 5.2 version of PHP?
To get that far back in history, you may find it easier to install one of the old WampServer 2.2 releases.
You can find the old releases here
There is a special extension to WampServer 2, which will let you install PHP 5.2.11 in your WampServer.
Here's the download link: WampServer Extension for PHP 5.2.11
WampServer Extension for PHP 5.2.11 - is not the best solution, as you could get compatibility error error image.
Better to use RiggsFolly solution and install older wamp version.
Today, I have on my Windows 8.1 computer (64bit), Wampserver 2.4, php 5.4.12, and apache 2.4.4 . Because of my student project, i have to upgrade my php version to 5.5.10. For this, I used this tutorial : http://forum.wampserver.com/read.php?2,113423,113435#msg-113435
I did every line in this tutorial, but, when i tried to switch php version in wampServer, i got this message :
this php version doesn't seem to be compatible with your actual apache version
So, i installed a VC11 (2.4.9) apache version, but this time, when i switched my apache version, i got this very intersting message :
this Apache version doesn't seem to be compatible with your actual PHP version
This message almost killed me... so i checked in httpd.conf, (i compared it to my old apache version) but nothing more happened...
If someone can help me find out the solution, or give me a tutorial for my case.. I'll be very greatfull.
I believe that you installed the 64bit version of WAMPServer. That means you installed a 64bit Apache/PHP/MySQL.
When you added php version to 5.5.10 did you check that it was a 64bit version? It will need to be!
Recently, I wanted to upgrade my php on a mac from 5.4 to 5.5 [latest version], I did it successful with the php-osx's [http://php-osx.liip.ch/] one Line installation.
But however in the terminal when I did php -v, I could see the older version, then tried to uninstall php installed by phposx following their uninstall method.
Later I felt that I had to compile php from the source. I headed to php.net and downloaded 5.5, tar -zxvf, ./configure, make, sudo make install.
Now i feel like i'm going crazy as I have the older version when I issue php -v, also in the /usr/local/bin/php -v is the 5.5 version, and some packages installed with php-osx still available.
I need help with uninstalling the php compiled from source, and also totally remove some packages that where installed with php-osx, so that i just again install that latest version from the one line installer of php-osx and then just symlink it.
Thanks in advance!