I have an old project that uses php_mssql and php_pdo_mssql and I want to run it on a Appser server (V.2.5.10)
with PHP 5.2.6. (Because I want to run it for Develop Coding to new version PHP and my Server use appserv this version)
I install the following dlls:
php_mssql.dll (D:\AppServ\php5\ext)
php_pdo_mssql.dll (D:\AppServ\php5\ext)
ntwdblib.dll (C:\Windows\System32)
extension_dir = "D:\AppServ\php5\ext"
And finally enabled the php_sybase_ct extension (read it somewhere)
And Restart Apache Already...
Though I can see php_mssql and php_pdo_mssql checked in php extensions list in Apache the extensions doesn't work and it gives this error when I test it:
Fatal error: Call to undefined function mssql_connect()
I run phpinfo(); and I make all Process I can't see php_mssql and php_pdo_mssql anywhere.
My Systems
windows 10 64bit
Please Help.
Tag : PHP, Ms SQL Server 2016, Bootstrap Framework
No No....
This is old Project it's run on Appserv 2.5.10. And now, i don't have server support SQLSERVER
if i use SLQServer it must use PHP Newer Version..5.5 up+