How to install PHP in a new directory in Windows
- by jasondavis
I am using Xampp for a local dev server, I am trying to upgrade it so I can use the latest version of PHP.
I had it installed in my c drive c:\webserver\php
I just installed everything new in a new drive D
d:\webserver\php
I then boot everything up and then I run phpinfo() and it is still showing my old version of PHP and even points to the old php installation C:\webserver\php\php.ini
Am I missing something obvious here?