| Changelog for svm | 
                                    
                        | Release | What has changed? | 
                                            
                                                    
                                | 0.2.3 | - Fixed lib dir evaluation in config.m4 (Remi Collet) - Fixed phpinfo() crash (Remi Collet, Anatol)
 | 
                                                                    
                                                    
                                | 0.2.2 | - Fixed compilation with bundled libsvm through pecl | 
                                                                    
                                                    
                                | 0.2.1 | - Fix package.xml which was missing config.w32 | 
                                                                    
                                                    
                                | 0.2.0 | - Fixed PHP 7 compatibility. (@echobot, Anatol) - Bundled libsvm. External libsvm is still preferred, if installed. (Anatol)
 | 
                                                                    
                                                    
                                | 0.1.9 | - Verified works with 3.14 - Fixed option return format
 - Removed unused variable
 | 
                                                                    
                                                    
                                | 0.1.8 | - Fixed GH#2 issue when loading data from a resource - Modify include search path to start more generic
 | 
                                                                    
                                                    
                                | 0.1.6 | - Added support for building on mac with libsvm via Brew | 
                                                                    
                                                    
                                | 0.1.5 | - Added compatibility with PHP 5.4 - thanks Rasmus! - Added getLabel, getNrClasses, getLabels, and checkSvrProbability to SVMModel class.
 | 
                                                                    
                                                    
                                | 0.1.4 | Replaced predict_probability function with predict_probabilities that more closely mirrors the underlying API.
 | 
                                                                    
                                                    
                                | 0.1.3 | Added predict_probability function, thanks to Neel Upadhyaya | 
                                                                    
                                                    
                                | 0.1.2 | Removed unnecessary 'weight' parameter Made probability and shrinking boolean parameters
 | 
                                                                    
                                                    
                                | 0.1.1 | Fixed issue with uninitialised nr_weights causing odd weighting errors Fixed handling of deprecated model destroy function for libsvm 3.0 and above
 | 
                                                                    
                                                    
                                | 0.1.0 | Initial packaging. |