Hi, I have created a new FANN PHP binding. All functions for the version 2.2 are bound - it means 141 functions. It finds out if the version of lib is 2.1 and in that case newly added functions are not compiled - it works for 2.1 as well though. I also created API documentation. There also are tests for all functions (143 phpt tests) and all of them pass.
The extension is available at https://github.com/bukka/php-fann and the documentation is currently at my site: http://bukka.eu/php/doc/book.fann.html and it's ready for commit to php.net 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. Thanks a lot Regards Jakub Zelenka
