PHP 8.1 - Printable Version +- CodeIgniter Forums (https://forum.codeigniter.com) +-- Forum: CodeIgniter 4 (https://forum.codeigniter.com/forumdisplay.php?fid=28) +--- Forum: CodeIgniter 4 Feature Requests (https://forum.codeigniter.com/forumdisplay.php?fid=29) +--- Thread: PHP 8.1 (/showthread.php?tid=80413) Pages:
1
2
|
PHP 8.1 - etShops - 10-28-2021 Ci4 fully support current PHP version (8.1)> RE: PHP 8.1 - captain-sensible - 10-30-2021 i'm on Arch Linux and have : [andrew@darkstar:~]$ php --version (10-30 10:48) PHP 8.0.12 (cli) (built: Oct 20 2021 16:06:03) ( NTS ) Copyright © The PHP Group Zend Engine v4.0.12, Copyright © Zend Technologies [andrew@darkstar:~]$ (10-30 10:48) i'm using 4.1.4 Ci and everything fine - i thought Arch Linux was pretty cutting edge , where are you using 8.1 ? RE: PHP 8.1 - kenjis - 10-30-2021 No, not yet. RE: PHP 8.1 - includebeer - 10-30-2021 8.1 is not even released yet. Current version is 8.0. RE: PHP 8.1 - ikesela - 10-30-2021 available soon on 25 November 2021 RE: PHP 8.1 - kenjis - 10-31-2021 Almost there. All tests except "PHP 8.1 - Postgre" passed. See https://github.com/codeigniter4/CodeIgniter4/pull/4883/checks RE: PHP 8.1 - kenjis - 11-25-2021 Now all green! Add support for PHP 8.1 by paulbalandan · Pull Request #4883 · codeigniter4/CodeIgniter4 https://github.com/codeigniter4/CodeIgniter4/pull/4883/checks RE: PHP 8.1 - includebeer - 11-25-2021 Good work! The same day the official 8.1 is released! https://www.php.net/releases/8.1/en.php RE: PHP 8.1 - etShops - 11-25-2021 Good work! Thanks ! RE: PHP 8.1 - miyaw21 - 11-26-2021 (10-28-2021, 11:13 AM)etShops Wrote: Ci4 fully support current PHP version (8.1)> yup! Waiting for some new features to arrive. |