Connection to MS SQL server on PHP 7

Hello,

We are attempting to setup a connection to MS SQL server using PHP 7.0 but noting works. In previous version of PHP like 5 or 5.6 support exists link but for 7 not.

We tried follow step by step this manual link, but also without success :frowning:

Plese, help us solve this issue.

Thanks.

[SIZE=5]problem solved[/SIZE] :cool:

missing this two required lib and dependencies

zypper in gcc
zypper in gcc-c++

after install this lib going to install to

pecl install sqlsrv
pecl install pdo_sqlsrv

Everithing is OK and work :wink:

Thank-you for sharing your results, as they will likely help others.

–
Good luck.

If you find this post helpful and are logged into the web interface,
show your appreciation and click on the star below.

If you want to send me a private message, please let me know in the
forum as I do not use the web interface often.