benedmunds / CodeIgniter-Ion-Auth

Simple and Lightweight Auth System for CodeIgniter
http://benedmunds.com/ion_auth/
MIT License
2.35k stars 1.14k forks source link

IonAuth - Codeigniter 4 - not working in php 8.2 #1579

Closed AdascaliteiMarian closed 8 months ago

AdascaliteiMarian commented 1 year ago

Hi, I opened this because I found a while ago some comments about it and I can't seem to find the section anymore. I want to know when is there gonna be an update for it or if it's gonna happen.

Thank you !

benedmunds commented 1 year ago

Hey,

What errors are you seeing in 8.2? Just dynamic property errors? Anything else?

Would you be interested in sending a PR to fix the dynamic properties?

rafaelppaulucci commented 11 months ago

Same here..

@benedmunds did you make a test with 8.2? In PHP 8.1 everything works like a charm.

Thank you!

datamweb commented 8 months ago

@benedmunds I checked there is no problem with PHP 8.2.6 and CI 4.4.3.

Screenshot 2023-11-15 194801

Screenshot 2023-11-15 195137

P:\Bug\ion\ionphp82>php  -v
PHP 8.2.6 (cli) (built: May  9 2023 16:02:16) (ZTS Visual C++ 2019 x64)
Copyright (c) The PHP Group
Zend Engine v4.2.6, Copyright (c) Zend Technologies
    with Zend OPcache v8.2.6, Copyright (c), by Zend Technologies
    with Xdebug v3.2.2, Copyright (c) 2002-2023, by Derick Rethans

P:\Bug\ion\ionphp82>
benedmunds commented 8 months ago

Thanks @datamweb !