sneakyimp

Results 12 comments of sneakyimp

> Thank you for looking into this. I guess we should check if other drivers behave the same way and fix it if necessary. I believe there may be a...

> I guess the MySQLi driver was implemented/ported as first, so that's why we have it implemented this way. I will try to look into PostgreSQL. Please note that it...

If anyone knows of other situations where a 'write' query returns a mysqli_result instead of a boolean. It would probably be helpful to know what those are. It has been...

Where do we stand on 8.2 compatibility? Issue #6192 seems to basically be a duplicate of this issue and I'm pretty eager to apply this fix to a production system...

In the interest of furthering the effort for 8.2 compatibility, I have downloaded the latest CI 3.1.13 and run php stan on it: ```bash vendor/bin/phpstan analyse -l 2 codeigniter >...

Is there any progress on supporting PHP 8.2? I've seen a lot of people posting issues about it but they are all being closed except for this one, which seems...

It occurred to me to run phpstan on gxgpet's pull request instead of the CI3 codebase, and PHPstan is reporting a lot fewer errors. See attached [gxgpet-output.zip](https://github.com/bcit-ci/CodeIgniter/files/10788184/gxgpet-output.zip) which I generated...

As I said last week: >I'd be happy to try and put in a little time to try and get rid of these 54 'undefined property' errors if folks think...

> I had 2 more errors I needed to fix in CodeIgniter before my app started working. I needed to add "AllowDynamicProperties" to Controller.php and Router.php. See attached patch file...

> any support for php 8.2 ? It doesn't seem so. I've had no responses at all to my posts here in weeks.