Jakub Zelenka
|
39d169640e
|
Fix #23: Segmentation fault after fann_destroy
|
2016-05-31 20:36:00 +01:00 |
|
Jakub Zelenka
|
4e61051906
|
Fix C89 compat - move TSRMLS_FETCH to the declarations
|
2016-03-07 20:04:06 +00:00 |
|
Jakub Zelenka
|
8faf2760be
|
Do not fetch resources before destroying them
It is not needed
|
2016-03-06 16:05:45 +00:00 |
|
Jakub Zelenka
|
fff2a12180
|
Use phpc_str_size_t for string length
|
2016-02-08 20:12:23 +00:00 |
|
Jakub Zelenka
|
e6fb918933
|
Use PHPC_VAL_IS_TRUE in php_fann_callback
|
2016-02-05 17:50:42 +00:00 |
|
Jakub Zelenka
|
6ea9a54c51
|
Use PHPC_READ_PROPERTY in FANNConnection
|
2016-02-03 18:56:56 +00:00 |
|
Jakub Zelenka
|
c33271046e
|
Use PHPC_RES_DELETE in fann_destroy
|
2016-02-02 17:57:47 +00:00 |
|
Jakub Zelenka
|
8b843b50dc
|
Use phpc_val for retval in php_fann_callback
|
2016-02-01 19:37:27 +00:00 |
|
Jakub Zelenka
|
d26b98c0cb
|
Use PHPC_VAL_ASSIGN for assigning FCALL parameters
|
2016-01-31 19:10:01 +00:00 |
|
Jakub Zelenka
|
6d8769aa60
|
Use PHPC_ZVAL_IS_TRUE in PHP_FANN_PATH_FORBIDDEN
|
2016-01-29 20:29:43 +00:00 |
|
Jakub Zelenka
|
86afc91c61
|
Make fann_get_errstr compatible
|
2016-01-27 19:03:55 +00:00 |
|
Jakub Zelenka
|
b6e1aed06e
|
Make fann_set_cascade_activation_steepnesses compatible
|
2016-01-26 19:09:05 +00:00 |
|
Jakub Zelenka
|
6d28e19520
|
Make fann_get_cascade_activation_steepnesses compatible
|
2016-01-26 19:07:38 +00:00 |
|
Jakub Zelenka
|
44ba64f345
|
Make fann_set_cascade_activation_functions compatible
|
2016-01-26 19:05:55 +00:00 |
|
Jakub Zelenka
|
1f58528619
|
Make fann_get_cascade_activation_functions compatible
|
2016-01-25 20:00:53 +00:00 |
|
Jakub Zelenka
|
6f952eece7
|
Make fann_set_callback compatible
|
2016-01-22 20:10:26 +00:00 |
|
Jakub Zelenka
|
796c86fc8c
|
Make fann_destroy_train compatible
|
2016-01-07 18:06:48 +00:00 |
|
Jakub Zelenka
|
46e96ae242
|
Make fann_create_train_from_callback compatible
|
2016-01-06 19:17:30 +00:00 |
|
Jakub Zelenka
|
2cf2b697fc
|
Make fann_test compatible
|
2016-01-05 17:56:08 +00:00 |
|
Jakub Zelenka
|
b56f751546
|
Make fann_set_weight_array compatible
|
2016-01-04 19:04:24 +00:00 |
|
Jakub Zelenka
|
4f00c057ac
|
Make fann_get_connection_array compatible
|
2016-01-03 16:48:56 +00:00 |
|
Jakub Zelenka
|
c45a09b066
|
Make fann_get_layer_array and fann_get_bias_array compatible
|
2016-01-02 16:08:52 +00:00 |
|
Jakub Zelenka
|
75ef4b0d5b
|
Make fann_run compatible
|
2016-01-01 17:45:47 +00:00 |
|
Jakub Zelenka
|
0fab93446d
|
Make fann_copy compatible
|
2015-12-31 16:10:46 +00:00 |
|
Jakub Zelenka
|
3ac9110e8d
|
Make php_fann_callback compatible
|
2015-12-30 17:23:16 +00:00 |
|
Jakub Zelenka
|
47bdaf876c
|
Make php_fann_create_array compatible
|
2015-12-29 16:02:48 +00:00 |
|
Jakub Zelenka
|
dac1ad88c9
|
Make php_fann_create compatible
|
2015-12-28 15:36:08 +00:00 |
|
Jakub Zelenka
|
ce0b8f51d0
|
Make php_fann_process_array compatible
|
2015-12-20 15:56:33 +00:00 |
|
Jakub Zelenka
|
32ddf74546
|
Use phpc array macros in php_fann_array_to_zval
|
2015-12-07 19:07:25 +00:00 |
|
Jakub Zelenka
|
aa0589baa5
|
Use PHPC_STREAM_LOCATE_URL_WRAPPER
|
2015-12-06 19:09:28 +00:00 |
|
Jakub Zelenka
|
153459fbac
|
Use included TSRMLS_CC in PHPC_RES_REGISTER
|
2015-12-03 18:48:12 +00:00 |
|
Jakub Zelenka
|
212aa19729
|
Use phpc_res_entry_t instead of zend_rsrc_list_entry
|
2015-12-03 18:35:39 +00:00 |
|
Jakub Zelenka
|
cc4196009e
|
Use phpc resources and tidy up
|
2015-12-02 18:51:22 +00:00 |
|
Jakub Zelenka
|
0d4b49ac58
|
Add phpc
|
2015-10-21 18:44:21 +01:00 |
|
Jakub Zelenka
|
d2be4f2ec5
|
Fix #15: Incorrect path permission check
|
2015-05-06 18:36:19 +01:00 |
|
Jakub Zelenka
|
ccfd00a01a
|
Fix trailing spaces
|
2015-05-06 18:14:12 +01:00 |
|
Jakub Zelenka
|
4ca35a8850
|
Fix #11: Failed build with -Werror=format-security
|
2014-01-01 17:30:53 +00:00 |
|
Jakub Zelenka
|
0ba2f594a5
|
Bump year
|
2013-12-31 18:52:36 +00:00 |
|
Jakub Zelenka
|
6272501586
|
Fix #9: fann_train not working
|
2013-11-13 18:40:55 +00:00 |
|
Jakub Zelenka
|
4400a4cb8b
|
Add extra checks for empty ann and train_data
|
2013-11-03 16:24:47 +00:00 |
|
Jakub Zelenka
|
20992d5257
|
Fix warnig for const char ** after 5.6 stream ABI change
|
2013-11-03 14:05:30 +00:00 |
|
Jakub Zelenka
|
a0eec7f2ba
|
Replace double underscores prefixes with single underscore
|
2013-11-03 13:57:50 +00:00 |
|
Jakub Zelenka
|
cdfcc716f5
|
Set libfann version as a value of users space constant FANN_VERSION
|
2013-10-16 19:35:43 +01:00 |
|
Anatol Belski
|
5786b27c0c
|
fix version macros names
|
2013-10-15 18:09:01 +02:00 |
|
Jakub Zelenka
|
a0657db8df
|
Fix compiler warnings and use PHP coding style
|
2013-10-11 19:36:34 +01:00 |
|
Jakub Zelenka
|
97edb7fcdd
|
Fix all compilation bugs for PHP 5.2.18-dev
|
2013-10-09 20:53:42 +01:00 |
|
Remi Collet
|
afd86efef7
|
Fix fann.c:1199:3: warning: passing argument 2 of 'php_stream_locate_url_wrapper' from incompatible pointer type [enabled by default]
|
2013-09-27 16:30:22 +02:00 |
|
Remi Collet
|
e970176ca8
|
Fix zend_parse_parameters call() in php_fann_create_array()
d must be a double
l must be a long
This cause segfaults on 32bits build.
Using temp storage to avoid to review all call to php_fann_create_array()
|
2013-09-27 16:27:37 +02:00 |
|
Jakub Zelenka
|
0b35c3043f
|
Fix gcc warnings
|
2013-09-18 19:26:01 +01:00 |
|
Anatol Belski
|
3b44b3edc3
|
fix for C89
|
2013-09-16 16:09:12 +02:00 |
|