CodeIgniter icon indicating copy to clipboard operation
CodeIgniter copied to clipboard

PHP 8.3: Deprecation Warning for Dynamic Property Creation in Class

Open Richin opened this issue 1 year ago • 2 comments

This pull request addresses the deprecation warning introduced in PHP 8.3 regarding dynamic property creation in core classes.

Richin avatar Sep 15 '24 05:09 Richin

sounds good @Richin however, the current version of codeigniter is supporting 8.1 only. I think there would be more changes to support 8.2

codestellar avatar Sep 25 '24 16:09 codestellar

There's already a heavily-discussed PR for this change: https://github.com/bcit-ci/CodeIgniter/pull/6173

Once/if that gets merged in, this PR will no longer be necessary.

There have also been a number of forks to CodeIgniter 3 that add the necessary changes, including my own: https://github.com/pocketarc/codeigniter

pocketarc avatar Sep 25 '24 16:09 pocketarc