Newbie Spellweaver
- Joined
- Mar 3, 2025
- Messages
- 15
- Reaction score
- 12
The solution is simple, you have to open your XAMPP and once inside you have to click on "config" of Apache, then you give the option of PHP (Php.ini), once you click it a folder will open, inside that folder go down more or less to the middle and look for what says "; extension = zip" the only thing you have to do is delete the ";" and leave the rest of the text "extension = zip" the problem will automatically be solved, now, probably another problem will appear about a missing 8.2 x64 file or something like that, what you have to do is download the file "Microsoft Drivers 5.12 for PHP for SQL Server is the latest general availability (GA) version." on the microsoft page.
once you have downloaded it, you have to copy these 4 files
php_pdo_sqlsrv_82_nts_x64.dll
php_pdo_sqlsrv_82_ts_x64.dll
php_sqlsrv_82_nts_x64.dll
php_sqlsrv_82_ts_x64.dll
And copy them to the "ext" folder located in the path folder of your XAMPP
C:/xampp/php/ext
Ready, just paste that there and now you have to open xampp again and enter the (Php.ini) option again then go down to the last and paste this command:
[Azuriom]
extension=php_pdo_sqlsrv_82_nts_x64.dll
extension=php_pdo_sqlsrv_82_ts_x64.dll
extension=php_sqlsrv_82_nts_x64.dll
extension=php_sqlsrv_82_ts_x64.dll
Once you've done this, everything should be fixed, I hope it helps
To view the content, you need to sign in or register
once you have downloaded it, you have to copy these 4 files
php_pdo_sqlsrv_82_nts_x64.dll
php_pdo_sqlsrv_82_ts_x64.dll
php_sqlsrv_82_nts_x64.dll
php_sqlsrv_82_ts_x64.dll
And copy them to the "ext" folder located in the path folder of your XAMPP
C:/xampp/php/ext
Ready, just paste that there and now you have to open xampp again and enter the (Php.ini) option again then go down to the last and paste this command:
[Azuriom]
extension=php_pdo_sqlsrv_82_nts_x64.dll
extension=php_pdo_sqlsrv_82_ts_x64.dll
extension=php_sqlsrv_82_nts_x64.dll
extension=php_sqlsrv_82_ts_x64.dll
Once you've done this, everything should be fixed, I hope it helps

