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 といった関連する情報については、次の場所にあります。 » https://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