Resolved: Issue with multiple php version
-
Re: [Tutorial] How to add another PHP version
I am trying to add PHP 5.6.31 x64, I have already using PHP 7.
I downloaded above version copied into expected location after switching it gives me this error
how to resolve this issue or what I am doing wrong here.
-
@ravikumar8 : I believe you put your php wrongly. The structure should be like this:
C:\laragon -- bin -- php -- php-5.5.38-Win32-VC11-x64 -- .............
By the way, you may need to install
VCRedist 11 64-bit
if needed.
-
Path is correct as I mentioned, any Official link for VCRedist 11 64-bit
-
Is you PHP 7 and Apache 2 64-bit? (Please also check if your OS is 32-bit or 64-bit)
By the way, you may need to open the file
E:/laragon/etc/apache2/fcgid.conf
and check if the paths there are correct or not.Here is the VCRedist 11 link:
https://www.microsoft.com/en-us/download/details.aspx?id=30679
-
I am using laragon 3.1.2 170625 with php-7.1.6-win32-vc14-x64
My OS is 64bit
fcgid.conf paths are correct
let me check after downloading this link issue is resolved or not
-
Thanks, issue resolved!
-
You're welcome. Glad to hear that