I'm setting up a WordPress installation on my Windows server. I have an IIS site set up to look at the correct folder. Right now, in the folder is a php_info file so that I can see which PHP is installed. I personally installed PHP 7.2.8. However, when I look for the php_info file in the address bar, it shows the php info page with the version being 7.2.2. The Loaded Configuration file has to correct file path of the folder I uploaded. The environmental path is pointing to D:\PHP\PHP7
(which is correct). So I'm not sure why this is happening. The biggest issue is that there are some extensions that I need to enable (that are, indeed enabled in the ini file) that aren't showing on php info page.
Any ideas as to why this is happening?