Could someone kindly write step by step tutorial to install and configuring sqlsrv extension on my xampp ?
Any help so much appreciated…
Thank you
These answers are provided by our Community. If you find them useful, show some love by clicking the heart. If you run into issues leave a comment, or add your own answer to help others.
Hi @andrenoto,
I take it you mean a PHP SQLSRV extension, am I right?
I’ve found a couple of tutorials online outlining the following process:
To install the PHP SQLSRV extension, SSH in to your server as root and run the following commands to install prerequisites:
On Ubuntu 16.04
Next, run the following commands to install the extension:
Once installed, create configuration files for the extension and restart PHP by running the following commands as root:
Please note that this is based on one of the tutorials I found in Google, make sure to create a backup prior to starting the process.