![]() |
PHP 8.2.11. This is a bug fix release. - Printable Version +- CodeIgniter Forums (https://forum.codeigniter.com) +-- Forum: General (https://forum.codeigniter.com/forumdisplay.php?fid=1) +--- Forum: Lounge (https://forum.codeigniter.com/forumdisplay.php?fid=3) +--- Thread: PHP 8.2.11. This is a bug fix release. (/showthread.php?tid=88573) |
PHP 8.2.11. This is a bug fix release. - InsiteFX - 09-29-2023 PHP 8.2.11. This is a bug fix release.
RE: PHP 8.2.11. This is a bug fix release. - wdeda - 09-29-2023 I'm using version 4.1.1 and when updating PHP to version 8.2.11 the following error occurred: Class "Locale" not found Locale: ![]() line 214 of the codeigniter.php file: I went back to using the previous version, 8.2.10. RE: PHP 8.2.11. This is a bug fix release. - kenjis - 09-29-2023 @wdeda See https://stackoverflow.com/questions/75509500/codeigniter-4-class-locale-not-found RE: PHP 8.2.11. This is a bug fix release. - wdeda - 09-30-2023 (09-29-2023, 10:18 PM)kenjis Wrote: @wdeda See https://stackoverflow.com/questions/75509500/codeigniter-4-class-locale-not-found Thank you very much for your prompt service, the problem was resolved after uncommenting the line "intl.default_locale =" to "intl.default_locale = en" in the php.ini file. |