On Thu, 2013-07-18 at 01:37 +0200, Johannes Schlüter wrote: > On Wed, 2013-07-17 at 23:53 +0100, Jakub Zelenka wrote: > > There already is an extension for fann lib ( > > http://pecl.php.net/package/fann ) in PECL. I would like to start > > maintaining that extension and replace it with my new extensions if there > > are no objections? I CC'd Evan Nemerson who is the current maintainer of > > the fann extension as he can confirm that he is ok with that. > > Is you're API compatible with the old extension? If not: Is there some > migration path?
I don't think this should be a concern. The FANN 2.0 API is not backwards compatible, I don't think it's reasonable to expect language bindings to be. Furthermore, I don't think many people (if any) actually use this extension--I'm not aware of anyone who does, and the only messages I get concerning it are occasional requests for a version which works with FANN 2.0. To be honest, I don't even know if it works with newer versions of PHP. -Evan -- PECL development discussion Mailing List (http://pecl.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php
