Does codeigniter 3 support PHP 7?

Viewed 60424

In the docs of CodeIgniter it states,

PHP version 5.4 or newer is recommended.

I looked on forums etc. and wasn't able to find a definitive yes/no on this, even though the above sentence implies a 'yes', I wasn't sure if that extended to the (now new) PHP7.

I have tried a simple CI3 example with PHP7, and all I can report is so good, so far.

2 Answers

yes codeigniter3.1.11 support PHP version 5.6 to latest 7.3.

Related