Make fann_destroy_train compatible
Esse commit está contido em:
+1
-1
@@ -2247,7 +2247,7 @@ PHP_FUNCTION(fann_destroy_train)
|
||||
return;
|
||||
}
|
||||
PHP_FANN_FETCH_TRAIN_DATA();
|
||||
RETURN_BOOL(zend_list_delete(Z_LVAL_P(z_train_data)) == SUCCESS);
|
||||
RETURN_BOOL(PHPC_RES_DELETE(z_train_data) == SUCCESS);
|
||||
}
|
||||
/* }}} */
|
||||
|
||||
|
||||
+1
-1
Submodule phpc updated: a46e123fc1...8e27b5d7cd
Referência em uma Nova Issue
Bloquear um usuário