OS
[리눅스] CentOS PHP mssql 사용 셋팅
꼬장e
2014. 11. 4. 22:28
가끔 이전 버전에서 안되는 경우 갱신을 해줘야 한다
rpm -ivh http://ftp.neowiz.com/fedora-epel/6/i386/epel-release-6-8.noarch.rpm
새로운 버전이 나오면 http://ftp.neowiz.com/fedora-epel/6/i386/ 로 가서 이름 확인후
"epel-release-6-8.noarch.rpm" 부분을 변경 해준다.
이후 설치
yum install php-mssql
ReferedURL(PHP에서 사용되는 MSSQL Function): http://php.net/manual/en/ref.mssql.php
ReferedURL: http://serverfault.com/questions/387661/install-php-mssql-in-centos-6-2