Hi, I have created a PHP extension for binding FANN (Fast Artificial Neural Network) library. It's for the current version 2.2 but I plan to add some ifdefs and make it work on 2.1 as well. It's hosted on GitHub - https://github.com/bukka/php-fann
There is already a fann extension in the pecl - http://pecl.php.net/package/fann. The last update is from 2004 so I guess that nobody maintains it... :) There are just few mapped functions for FANN version 1 and it's not even possible to compile it... Would it be possible to remove this extension as it is a bit pointless to have it there and add there my extension? Thanks Regards Jakub
