Microsoft SQL Server Support in PHP
Access to Microsoft SQL Server from a Linux-based PHP application is
typically done through FreeTDS library.
To enable the support for mssql_* functions in your PHP please download
and install freetds and php-mssql RPMs:
| Distro | Package | License |
FC4 |
The files you need to enable Microsoft SQL Server support in PHP on
Fedora Core 4 |
PHP LGPL |
FC3 |
The files you need to enable Microsoft SQL Server support in PHP on
Fedora Core 3 |
PHP LGPL |
FC2 |
The files you need to enable Microsoft SQL Server support in PHP on
Fedora Core 2 |
PHP LGPL |
RHEL3 |
The files you need to enable Microsoft SQL Server support in PHP on
RedHat Enterprise Linux 3 |
PHP LGPL |
RHEL4 |
The files you need to enable Microsoft SQL Server support in PHP on
RedHat Enterprise Linux 4 |
PHP LGPL |
RHEL4 |
The files you need to enable Microsoft SQL Server support in PHP on
RedHat Enterprise Linux 4 - 64 bit |
PHP LGPL |
Source
If you want to rebuild php-mssql RPMs yourself, download the
source files from the SourceForge File Release System.
In addition to the source RPMs you'll need
PHP source tarball (tar.bz) used
in your distribution.
|