Re: [PECL-DEV] What is the status of svn migration of pecl?
[email protected] (Vijay Aswadhati) Fri, 07 May 2010 01:34:25 -0700
| Newsgroups | php.pecl.dev |
|---|---|
| Message-ID | <[email protected]> |
On 5/5/2010 2:33 AM, Ian Barber wrote: > Hi Vijay, > > Just on the SVM note, looking at the archives I see you're building on > Windows. I've got a version of a libsvm binding I've been working on > on-and-off that's been only tested on linux > (http://github.com/ianbarber/php-svm) so hopefully there is some > common ground there! It's not a super complicated library really, so > I'm sure it'll be straightforward to build across both. > > Ian > The skeleton of the design I have allows to use both liblinear and libsvm using the same API. Although I admit I am not sure what hurdles I am going to encounter to actually get it all to hang together. I'll take a look and if yours is more baked than mine, then I might just stop and use yours! Cheers,