This is note is only for mac OSX
You need to have pear and libsvm installed first ..
brew install libsvm
sudo pecl install -f svm
now you need to edit php.ini and append
extension=svm.so
restart you php server
PECL 확장 설치에 관한 정보는 매뉴얼의 PECL 확장 설치에 있습니다. 새 릴리즈, 내려받기, 소스파일, 개발자 정보, CHANGELOG 등의 추가 정보는 여기에 있습니다: » http://pecl.php.net/package/svm
This is note is only for mac OSX
You need to have pear and libsvm installed first ..
brew install libsvm
sudo pecl install -f svm
now you need to edit php.ini and append
extension=svm.so
restart you php server