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.
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