Welcome!

Join our community of MMO enthusiasts and game developers! By registering, you'll gain access to discussions on the latest developments in MMO server files and collaborate with like-minded individuals. Join us today and unlock the potential of MMO server development!

Join Today!

xampp 7.1 How to add php_mssql.dll

Newbie Spellweaver
Joined
Nov 8, 2018
Messages
24
Reaction score
0
xampp 7.1How to add php_mssql.dll

You need to add extension=php_mssql.dll to your php.ini

Please tell me how
 
Newbie Spellweaver
Joined
Jan 8, 2021
Messages
22
Reaction score
2
xampp 7.1How to add php_mssql.dll

You need to add extension=php_mssql.dll to your php.ini

Please tell me how
first, download the following DLL's that i attached and put them in /ext/ folder inside php folder (c:/xampp/php)

You should edit your php.ini to look like this

extension=php_pdo_odbc.dll
extension=php_pdo_sqlite.dll
extension=ntwdblib.dll
extension=php_sqlsrv_56_ts.dll
extension=php_pdo_sqlsrv_56_ts.dll

and also enable zend for ioncube
put this in the first line before
PHP:
zend_extension = "C:\xampp\php\ext\ioncube_loader_win_5.6.dll"

remember that your xampp folder should be like this one above


if you dont manage to solve this, you can reach me on skype (live:matheuskuck_1) or discord - ac1d#9102

download dlls:
https://we.tl/t-jbaxuqgITi
 
Upvote 0
Back
Top