Will CodeIgniter 4 be able to work on servers Using php =>5.6? |
As mentioned in CodeIgniter 4 User Guid, server requirements are:
PHP version 7.1 or newer is required, with the intl extension installed. So, the point is, most hosting companies - including well known ones - doesn't yet set their PHP version to even 5.6, they still using PHP v5.4 OR PHP v5.5. Will it be possible to use CI4 with these versions of PHP? The best changes ever happens in CI4 is the using of namespaces with is not possible to be used in CI3. This will make the framework more fixable to create modules. |
Messages In This Thread |
Will CodeIgniter 4 be able to work on servers Using php =>5.6? - by moh.elogail - 02-04-2018, 06:56 PM
RE: Will CodeIgniter 4 be able to work on servers Using php =>5.6? - by skunkbad - 02-04-2018, 09:06 PM
RE: Will CodeIgniter 4 be able to work on servers Using php =>5.6? - by ciadmin - 02-04-2018, 09:28 PM
RE: Will CodeIgniter 4 be able to work on servers Using php =>5.6? - by InsiteFX - 02-05-2018, 04:52 AM
|