Flavio Junior

Results 11 comments of Flavio Junior

@nilsteampassnet the problem still running on 3.0.10, how can I send the solution to be commited on the next version?

This fix the problem. The bug is that php8 need the variable to be set as array if it's a array. https://github.com/phpipam/phpipam/pull/3989

@phpipam https://github.com/phpipam/phpipam/pull/3988 Did you saw my last comment? this commit seens to work on phpipam 1.6 php8, but not on phpipam 1.5 php7 I'm updating and testing all functions of...

![Captura de tela 2023-12-20 112115](https://github.com/phpipam/phpipam/assets/53404989/fa1163ef-8a7c-411a-9658-1ecfedfa12cd) But the same code worked with php8. I think specify the variable as a array is a better way to solve the issue, on my...

``` root@debian:/var/www/html/functions# composer install -bash: composer: command not found ``` I installed the composer, but after that I get the follow error ``` root@debian:/var/www/html/functions# composer install Do not run Composer...

Now composer installed dapphp/radius, but get the error. ``` root@debian:/var/www/html/functions# composer install Do not run Composer as root/super user! See https://getcomposer.org/root for details Continue as root/super user [yes]? Y No...

@phpipam With the function class.Radius.php we can get Attributes to use in the future for permissioning. ![Captura de tela 2023-12-20 152720](https://github.com/phpipam/phpipam/assets/53404989/2aeaa386-f9e7-4cf2-a3b3-2bf8b55959c8) ``` root@debian:/var/www/html/functions/classes# php TEST.php 1 Array ( [0] =>...

Solved the last Deprecated problem that I found on this class.Radius.php https://www.drupal.org/project/color_field/issues/3265958 ![Captura de tela 2023-12-20 165049](https://github.com/phpipam/phpipam/assets/53404989/a049b696-a576-4c92-af8c-b23e43892653) ![Captura de tela 2023-12-20 165227](https://github.com/phpipam/phpipam/assets/53404989/d6af19a3-0e0c-4cd9-94c7-02a064f208c7)

@phpipam Hi I send a new pull with all fix and updates on class.Radius.php https://github.com/phpipam/phpipam/pull/3989 Probably with that, the project could folllow with same class.Radius.php, and on the future we...

> I merged changes into master for now, but it makes more sense to continue with dapphp/radius - supports better encryption and is maintained. It's a good point that is...