| Version | Message |
| 1.2.0 | * Tested support of PHP 8.2 and PHP 8.3 |
| 1.2.0RC2 | * Added support for PHP 8.1 |
| 1.2.0RC1 |
* Added support for PHP 8 * Added logic gates, OCR and pathfinder examples |
| 1.1.1 | * Fixed segfault after calling fann_destroy |
| 1.1.0 | * No changes since 1.1.0RC2 |
| 1.1.0RC2 | * Fixed C89 compatibility in placing TSRMLS_FETCH |
| 1.1.0RC1 |
* Added support for PHP 7 * Fixed issue #15: Incorrect path permission check |
| 1.0.7 | * Fixed build with -Werror=format-security |
| 1.0.6 |
* Fixed not working fann_train * Added extra check for NULL when ANN creation fails |
| 1.0.5 | * Fixed version macros |
| 1.0.4 | * Fixed compilation errors and warnings for PHP 5.2 and 5.3 |
| 1.0.3 |
* Fixed segfault on 32bit platform * Included tests in PECL tarball |
| 1.0.2 |
* Added configuration for Windows build to config.w32 * Fixed GCC and Windows compiler warnings |
| 1.0.1 | * Fixed configuration bug for older versions of autoconf |
| 1.0.0 |
* New functional API supporting libfann version 2.1 and 2.2. * More than 140 new functions. * Many new algorithms and options for neural networks. * Incompatible with previous version (rewritten from scratch). |