You shouldn't need to recompile PHP. Just go into your PHP.ini file and uncomment the line: ;extension=php_mssql.dll After that you can go to the [MSSQL] section of the .ini file and change the rest of the settings however you want them. IE. Allow persistent connections, timeouts etc. Then, just use the mssql_ functions to create, connect, query SQL Server. On 8/22/07, Chris <dmagick@xxxxxxxxx> wrote: > > Liz Kim wrote: > > Hi, > > > > I am trying to install Microsoft SQL server functions to PHP 4.3.9 on > > redhat. > > When PHP was first installed, it was not configured to include the MSSQL > > functions. > > I would like to only add these functions and not touch what is already > > there... > > There could be a php-mssql package you can install if you're using rpm's > to do all the work. > > If you're not then the php site has good info about what you need to do: > http://php.net/mssql > > -- > Postgresql & php tutorials > http://www.designmagick.com/ > > -- > PHP General Mailing List (http://www.php.net/) > To unsubscribe, visit: http://www.php.net/unsub.php > >