Recently it has come to my attention (about 5 minutes ago) while I was developing something in PHP that any PHP version above 3.0.0 (or 3.5.0 not 100% sure) does not support the mssql.dll anymore. Opinions?
(there are alternatives of course)
Printable View
Recently it has come to my attention (about 5 minutes ago) while I was developing something in PHP that any PHP version above 3.0.0 (or 3.5.0 not 100% sure) does not support the mssql.dll anymore. Opinions?
(there are alternatives of course)
Mssql works on php 3.5 even on php 4.0, but it doesn't work on php 5.0 even if you have all the libraries and configured it perfectly
however you can bypass that limitation with some software
You can always use ODBC....
made me lol
PHP: SQLSRV - Manual <- would be the best alternative
@SuperWaffle, yea I know they decided to make a new extension. SQLSRV is a lot better than MSSQL in my opinion.