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
Informazioni per l'installazione di questa estensione PECL possono essere trovate nel capitolo del manuale intitolato Installazione delle estensioni PECL. Informazioni aggiuntive come nuove release, download, file sorgenti, informazioni del manutentore e un CHANGELOG possono essere trovate qui: » 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