diff options
author | Remi Collet <remi@remirepo.net> | 2024-02-22 09:56:41 +0100 |
---|---|---|
committer | Remi Collet <remi@php.net> | 2024-02-22 09:56:41 +0100 |
commit | 95ddabe4e55d44966f059bbf29dd75910035b4f0 (patch) | |
tree | 86f243185ebc24cdb1f1e5c0dc311cb0c6e05ec0 /REFLECTION | |
parent | 09771e38ed357a5e60cb90c07c49ac328b18ab72 (diff) |
update to 1.2.0
run tests in parallel
Diffstat (limited to 'REFLECTION')
-rw-r--r-- | REFLECTION | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1,4 +1,4 @@ -Extension [ <persistent> extension #119 fann version 1.2.0RC2 ] { +Extension [ <persistent> extension #68 fann version 1.2.0 ] { - Constants [51] { Constant [ string FANN_VERSION ] { 2.2 } @@ -1045,7 +1045,7 @@ Extension [ <persistent> extension #119 fann version 1.2.0RC2 ] { - Properties [3] { Property [ public $from_neuron = 0 ] Property [ public $to_neuron = 0 ] - Property [ public $weight = 0 ] + Property [ public $weight = 0.0 ] } - Methods [5] { |