codeigniter 3 是否支持 PHP 7?
Does codeigniter 3 support PHP 7?
在 CodeIgniter 的文档中指出,
PHP version 5.4 or newer is recommended.
我查看了论坛等,但无法找到明确的 yes/no,即使上面的句子暗示 'yes',我不确定是否扩展到(现在是新的)PHP7.
我已经用 PHP7 尝试了一个简单的 CI3 示例,到目前为止,我所能报告的一切都很好。
是的。最新的 v3.0.4 changelog 明确更改为使用 PHP7 功能,例如
Updated Security Library method get_random_bytes() to use PHP 7’s
random_bytes() function when possible.
2018 年 8 月更新
3.1.8 which relate to fixes for PHP 7.2, as well as 3.1.7 的更改日志中还有一些项目,其中特别提到了 PHP 7
的修复
yes codeigniter3.1.11 support PHP version 5.6 to latest 7.3.
在 CodeIgniter 的文档中指出,
PHP version 5.4 or newer is recommended.
我查看了论坛等,但无法找到明确的 yes/no,即使上面的句子暗示 'yes',我不确定是否扩展到(现在是新的)PHP7.
我已经用 PHP7 尝试了一个简单的 CI3 示例,到目前为止,我所能报告的一切都很好。
是的。最新的 v3.0.4 changelog 明确更改为使用 PHP7 功能,例如
Updated Security Library method get_random_bytes() to use PHP 7’s random_bytes() function when possible.
2018 年 8 月更新 3.1.8 which relate to fixes for PHP 7.2, as well as 3.1.7 的更改日志中还有一些项目,其中特别提到了 PHP 7
的修复yes codeigniter3.1.11 support PHP version 5.6 to latest 7.3.