I have wamp 3.1.3, which has php 7.0.29. No I want to install php 8.
How come it will be possible. Please help.
I have tried on youtube abd google and tried some of the solutions, but they wont work.
Related
I've being working with XAMPP (PHP 7.4) and using Xdebug without any problem. But recently I installed another XAMPP to have a different version of PHP (PHP 8) on the same device.
Maybe installing 2 XAMPPs is not the best solution but it works for me. The problem is that even though I've tried to install Xdebug on this new XAMPP, it doesn't work. It doesn't show any errors, it just doesn't stop on the breakpoints I've put.
I downloaded the correct version of the Xdebug dll from the official page and followed the same steps I followed the first time I installed it on the PHP 7.4 XAMPP. BTW, the old XAMPP still works and has no problem debugging.
What am I missing? Thanks in advance.
I have a problem getting imagick to work in php 8.0.13 with wamp3.2.6. I have followed several, several tutorials but none seem to have worked.
My PHP version is 8.0.13
Architecture : x64
Thread Safety : Enable
For example i followed this tutorial: https://mlocati.github.io/articles/php-windows-imagick.html and it doesn't work either.
However, with this imagick tutorial, it seems that Imagick is installed. When i do
phpinfo();
Here an Image :
So we see that Imagick seems to be installed.
But, if i try some PHP code like this:
or
nothing is displayed on my web page
Your help will be much appreciated!
Thanks a lot !
Pascal
I fixed my issue...
This webpage is exactly what i did and all is now working
https://mlocati.github.io/articles/php-windows-imagick.html
But also, i deleted all PATH containing ImageMagick of all version because i don't use imagemagick. I only use Imagick in PHP. Also, i added in PATH, the path of my PHP version
Hpe that helps
I currently have PHP installed on Windows 10 via AMPPS which seems to have stopped being updated. The latest version of PHP available from the AMPPS GUI is 7.1.
I want the latest version of PHP, but it is very hard to find out how to get it. I have found this page: https://windows.php.net/download/ but there doesn't seem to an any installer or suchlike, and I have no idea which option to download or what to do once I've downloaded it.
Isn't there some simple way to do this? I have composer installed if that helps.
Maybe something like composer upadte-php from powershell or something equally simple and user-friendly? Or maybe php --update.
If not, could someone please explain the process in simple steps. I certainly need the new version in my system path too.
I have a problem that curl is not showing in phpinfo as i am using wampserver(64 bit) but when i open php and then php extensions a tick is placed in front of php_curl in my wamp server but still curl is not displayed in phpinfo.
Can anyone help me?
I ran into this issue myself a couple of days ago, the only way I could fix it is by installing apache addon version 2.2.9 and php addon version 5.3.1
Both are available in the addons section of the download page at http://www.wampserver.com/en
EDIT::
This only happened to me on my 64bit laptop, my 32bit desktop runs the latest versions just fine with no issues
Also... if you look in (C):\wamp\logs\apache_error (or whatever path you've installed to) I suspect you will see an error similar to this..
PHP Warning: PHP Startup: Unable to load dynamic library
'c:/wamp/bin/php/php5.4.3/ext/php_curl.dll' - The application has
failed to start because its side-by-side configuration is incorrect.
Please see the application event log or use the command-line
sxstrace.exe tool for more detail.\r\n in Unknown on line 0
Since this question is fairly old now and since I've experienced this issue again on my new laptop, and other users have visited the answer I've given here.. It appears if you use the 32bit installation of wampserver, even on a 64bit platform, this issue doesn't occur and it's the easiest way to avoid it.
I had the same problem with curl library on Windows 7 x64 but i just downloaded fixed version of php_curl.dll library from here: http://www.anindya.com/php-5-4-3-and-php-5-3-13-x64-64-bit-for-windows/ and it was well.
This is where I finally found my answer:
PHP cURL not working - WAMP on Windows 7 64 bit
There, Matthieu Napoli says:
Go to
http://www.anindya.com/php-5-4-3-and-php-5-3-13-x64-64-bit-for-windows/
and download the curl version that corresponds to your php version
under "Fixed curl extensions:".
So if you have php 5.3.13, download "php_curl-5.3.13-VC9-x64.zip". Try
the "VC" version first. Then replace the php_curl.dll in ext folder.
This worked for me.
I have installed netbeans6.9.1 with java,c++ and php on windows 7. When i tried to run a test php code, the browser cant find the localhost.
Pleas help me to get rid of this issue. do i need to install anything else? or to configure anything?
You need to install Apache,PHP on your machine . Easiest way to do so is to download : Xampp