brownrl Posted August 18, 2006 Share Posted August 18, 2006 Hi there, I am looking for a way to get PHP conencting to a MSSQL database without recompiling PHP.I am on an ubuntu machine and I would like PHP to stay handled by apt. So if I use sources and such apt will no longer e in charge of updating php. Ideally, I would be looking for a class or library that I could just include.Is this possible?--- Rob Quote Link to comment https://forums.phpfreaks.com/topic/17957-mssql-without-recompile/ Share on other sites More sharing options...
stockton Posted September 29, 2006 Share Posted September 29, 2006 You are being a little confusing as apt is Linux specific and to the best of my knowledge MSSQL wont work on Linux.My setup is Ubuntu as the test client and the server has Windows XP, Apache and PHP and I suspect that you may want to do something similar.Do remember that PHP runs on the server not the client and to the best of my knowledge MSSQL has to be on the server. Quote Link to comment https://forums.phpfreaks.com/topic/17957-mssql-without-recompile/#findComment-100815 Share on other sites More sharing options...
argoSquirrel Posted October 8, 2006 Share Posted October 8, 2006 [quote author=stockton link=topic=104766.msg443642#msg443642 date=1159533497]You are being a little confusing as apt is Linux specific and to the best of my knowledge MSSQL wont work on Linux.My setup is Ubuntu as the test client and the server has Windows XP, Apache and PHP and I suspect that you may want to do something similar.Do remember that PHP runs on the server not the client and to the best of my knowledge MSSQL has to be on the server.[/quote]Yes, MSSQL has to be on the server. A windows server. However, the web server can be on another server of any type, including linux. 3-tier.As for doing it with MSSQL, sorry, never done it. Quote Link to comment https://forums.phpfreaks.com/topic/17957-mssql-without-recompile/#findComment-105939 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.