Sorry if im in the wrong thread. I am completely new to php- no experience with it and i need to upgrade from 7.2.7 to 7.2.24. I cannot find any helpful instructions or How-To's on how to do this. I need some guidance
Lex Li
Want to have a chat on the issues you meet? Find me at https://booktime.xyz/p/lextm
---------------------------
This posting is provided "AS IS" with no warranties, and confers no rights.
3)open web platform, installer. type PHP in search.
4)Select the version of PHP that you wish to install and click “Add” and “Install”. Make sure to select the 64-bit or 32-bit, depending on your server environment.
5)restart iis server.
you can check php version by using :
phpinfo.php
<?php phpinfo(); ?>
save this file under below path:
C:\inetpub\wwwroot
.NET forums are moving to a new home on Microsoft Q&A, we encourage you to go to Microsoft Q&A for .NET for posting new questions and get involved today.
.NET forums are moving to a new home on Microsoft Q&A, we encourage you to go to Microsoft Q&A for .NET for posting new questions and get involved today.
.NET forums are moving to a new home on Microsoft Q&A, we encourage you to go to Microsoft Q&A for .NET for posting new questions and get involved today.
8 Posts
Upgrade php from 7.2.7 to 7.2.24
Nov 12, 2019 09:41 PM|jbeitler|LINK
Sorry if im in the wrong thread. I am completely new to php- no experience with it and i need to upgrade from 7.2.7 to 7.2.24. I cannot find any helpful instructions or How-To's on how to do this. I need some guidance
9001 Posts
MVP
Re: Upgrade php from 7.2.7 to 7.2.24
Nov 12, 2019 11:30 PM|lextm|LINK
If you installed PHP following https://docs.microsoft.com/en-us/iis/application-frameworks/scenario-build-a-php-website-on-iis/configuring-step-1-install-iis-and-php#13-download-and-install-php-manually, just do it once again for the new release.
Want to have a chat on the issues you meet? Find me at https://booktime.xyz/p/lextm
---------------------------
This posting is provided "AS IS" with no warranties, and confers no rights.
1616 Posts
Re: Upgrade php from 7.2.7 to 7.2.24
Nov 13, 2019 03:34 AM|Jalpa Panchal|LINK
Hi,
You could use web platform installer to upgrade the PHP version.
1)install web platform installer if you didn't.
https://www.microsoft.com/web/downloads/platform.aspx
2)restart iis.
3)open web platform, installer. type PHP in search.
4)Select the version of PHP that you wish to install and click “Add” and “Install”. Make sure to select the 64-bit or 32-bit, depending on your server environment.
5)restart iis server.
you can check php version by using :
phpinfo.php
save this file under below path:
C:\inetpub\wwwroot
8 Posts
Re: Upgrade php from 7.2.7 to 7.2.24
Nov 13, 2019 04:38 PM|jbeitler|LINK
I never installed it before, hence why I have no php experience.
8 Posts
Re: Upgrade php from 7.2.7 to 7.2.24
Nov 13, 2019 04:38 PM|jbeitler|LINK
I was going to do it with WPI but it does not have 7.2.24 version of php.
1616 Posts
Re: Upgrade php from 7.2.7 to 7.2.24
Nov 14, 2019 02:28 AM|Jalpa Panchal|LINK
do you want to use 7.2.24? you could try 7.3.7
8 Posts
Re: Upgrade php from 7.2.7 to 7.2.24
Nov 14, 2019 01:40 PM|jbeitler|LINK
Do you know if there are any major differences in 7.2.x and 7.3.x? I would like to avoid any problems during the upgrade if possible.
1616 Posts
Re: Upgrade php from 7.2.7 to 7.2.24
Nov 15, 2019 05:25 AM|Jalpa Panchal|LINK
Sorry, not a PHP expert. by if you wants to upgrade the specific php version you need to configure it manually please refer this below links:
https://www.itnota.com/upgrading-php-7-2-windows-iis/
http://paulasay.indstate.edu/upgradephp.html
https://sarn.phamornsuwana.com/2017/10/02/step-by-step-instructions-on-upgrading-to-php-7-1-on-iis/