downloaded the version of PHP that I wanted (7.1.17) and then I strategically replaced the one I had in XAMPP with it. Here are the steps I followed. Download your desired PHP binary from here . Make sure you download the same build type as your current version. If you don’t know what this is, go ahead and download an x86 Thread Safe version since most XAMPP installations have that build. In my case, I downloaded the 7.1.17 VC14 x86 Thread Safe build. Extract the contents of the Zip file. Create a backup of your current xampp/php folder. I called mine php-backup7.1.2 Still inside /xampp, create a new php folder, then copy the contents of the extracted zip file into it. If you have custom configurations in the php.ini file, copy and replace it from your old php folder to the new one. If you didn’t previoisly edit the your php.ini, then skip this step. In my case I had previously installed drivers for sql server and defined them in my php....
Comments
Post a Comment