bcit-ci / CodeIgniter

Open Source PHP Framework (originally from EllisLab)
https://codeigniter.com/
MIT License
18.27k stars 7.6k forks source link

Upcoming deprecations in PHP 8.3 #6244

Closed tenzap closed 1 year ago

tenzap commented 1 year ago

There will be new deprecations in PHP 8.3

https://wiki.php.net/rfc/deprecations_php_8_3

Apparently CI3 is impacted at least for the mt_rand/rand changes.

jamieburchell commented 1 year ago

I think only the constant MT_RAND_PHP is proposed to be deprecated. Deprecation of rand() functions was voted against 16 - 13.

gxgpet commented 1 year ago

Yes, indeed.

I will have a look over PHP's upgrading docs and come up with any pull requests, if needed, for the new version.