2

I'm having trouble finding drivers that support PHP 5.5 when communicating with a MS SQL database. I've found Mssql supports up to 5.3 ("This extension is not available anymore on Windows with PHP 5.3 or later.") and the SQLSRV drivers only support up to 5.4. I understand there is an "experimental" version supporting 5.5, but said drivers need to be PCI compliant. Would my only solution be to downgrade my php version? Any assistance?

1 Answer 1

1

We are all still waiting for Microsoft to respond and publish a PHP 5.5 driver for SQL Server. Here is the Connect entry for this request.

There is an unofficial driver compiled for PHP 5.5 that you can find here (please read the thread).

Sign up to request clarification or add additional context in comments.

2 Comments

oh microsoft. I did see that only issue is the pci compliance. guess ill build what i can with the unofficial driver thanks!
I can attest that this works, I've employed this to get PHP 5.5 + SQL Server 2014 working with Brandoo Wordpress.

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.