-
Zend 설치후 mssql 연결하기Full-Stack/Back-end 2008. 8. 1. 09:34
./configure --with-tdsver=8.0 --enable-msdblib --enable-dbmfix --with-gnu-ld --enable-shared --enable-static --prefix=/usr/local/Zend/freetds
make
make install
Zend에 있는 php 버전을 다운로드 받는다.
php소스 푼다
cd /usr/local/Zend/php-5.2.4/ext/mssql
/usr/local/Zend/Core/bin/phpize./configure --with-mssql=/usr/local/Zend/freetds --with-php-config=/usr/local/Zend/Core/bin/php-config
make
cp /usr/local/Zend/php-5.2.4/ext/mssql/modules/mssql.* /usr/local/Zend/Core/lib/php/20060613/
댓글