linux,php,sql server,2000,2005,數(shù)據(jù)庫,yum,install,擴(kuò)展,mssql,linux安裝,php-mssql,sqlserver
linux連接sql server 2000 2005,php中已經(jīng)沒有了對應(yīng)的php-mssql,在yum源中也沒有找到php-mssql的對應(yīng)組件。
查找到一個(gè)epel yum源,這里面有php-mssql 組件,可以再linux下安裝使用
yum源的列表地址http://dl.fedoraproject.org/pub/epel/
找對應(yīng)的自己系統(tǒng)的yum源
rpm -ivh http://dl.fedoraproject.org/pub/epel/6/i386/epel-release-6-8.noarch.rpm
下載安裝 對應(yīng)的yum源,然后
yum search Php-mssql 則可以看到了mssql相關(guān)組件
然后進(jìn)行安裝
安裝完畢重啟 php對應(yīng)的服務(wù),在phpinfo中即可看到 mssql
更多信息請查看IT技術(shù)專欄