1. Add two extension files connected to sqlserver in xampp's ext, php_sqlsrv_56_ts.dll and php_sqlsrv_56_nts.dll, and then add two sentences in the php.ini file, as shown in the figure
2.xampp will report an error, as shown in the picture
3. How should I solve this problem. Thanks in advance.
1. Add two extension files connected to sqlserver in xampp's ext, php_sqlsrv_56_ts.dll and php_sqlsrv_56_nts.dll, and then add two sentences in the php.ini file, as shown in the figure
2.xampp will report an error, as shown in the picture
3. How should I solve this problem. Thanks in advance.
The problem is because the sql server extension file I added in the PHP extension is not thread-safe and the added file is incorrect.
The configuration file added in my question is incorrect, which leads to this problem
After searching online, the php5.dll file is missing. You can download the php5.dll file and put it in the corresponding directory.
php5.dll file download