Thanks for the info.
The manual configuration you linked has some helpful information, but it looks like ot would require me to re-install PHP5 from scratch which is a last resort type of thing.
As for the ODBC connection, that's an option, but we have a separate server (configured with mssql support) that uses all mssql_connect statements for php and I would rather stick wtih that if possible since some of those programs are migrating.
Thanks again
Main Topics
Browse All Topics





by: torimarPosted on 2009-01-16 at 12:22:35ID: 23397011
Well, you used "MSSQL" four times in your post, so I guess this is no typo ;)
ommunity.o rg/index.j sp? distro= openSUSE_1 10&searchT erm=unixOD BC ommunity.o rg/index.j sp? distro= openSUSE_1 10&searchT erm=freeTD S
om/2008/02 /26/how-to -install-m ssql- exten sion-for-p hp-on-unix /
This is, however, a somewhat unusual request in the Linux world.
Installing freeTDS and unixODBC should work though, You may then address your MSSQL databases using
odbc_connect(), odbc_exec(), ocbc_result() etc.
FreeTDS and unixODBC are in the SuSE repositories. So you should be able to install them using YaST. Here are direct links, in case you miss the repositories in question:
http://packages.opensuse-c
http://packages.opensuse-c
For the manual configuration required in order to make PHP work as expected, see this HowTo:
http://howtogetitworking.c
It was written for 'Unix', but should work on SuSe too.
Note: I never did this myself, and haven't tested it now. So I only theoretically know that it should work.