I followed these steps to install FANN on PHP but couldn't make it work :
php_fann.dll
to C:\xampp\php\ext
doublefann.dll
to C:\xampp\php
php.ini
I added -> extension=php_fann.dll;
php.ini
I set extension_dir = "C:\xampp\php\ext"
I use:
But both var_dump(function_exists("fann_create_standard"));
and var_dump(extension_loaded('php_fann'));
return False
. I can't figure out why.
I was able to use PHP FANN on windows 10. I did the following steps:
I had trouble with wampserver, I followed these advises to download the good dll. Then I did the following steps to make it working: