drxm72811 2015-11-27 18:06
浏览 34
已采纳

CodeIgniter 3.x在PHP 5.3.29中弃用了函数

I'm running Apache v2.2 with PHP v5.3.29, with CodeIgniter v3.0 which list some functions as deprecated.

Anyone have an information what version CI for PHP 5.3.29?

  • 写回答

2条回答 默认 最新

  • duan5991518 2015-11-27 18:11
    关注

    Codeigniter 3. is not working on php 5.3. Update it to 5.4+ or use Codeigniter 2.0 version.

    PHP version 5.4 or newer is recommended.

    To CI 2 Download

    Server Requirements

    It should work on 5.2.4 as well, but we strongly advise you NOT to run such old versions of PHP, because of potential security and performance issues, as well as missing features.

    A database is required for most web application programming. Currently supported databases are:

    1. MySQL (5.1+) via the mysql (deprecated), mysqli and pdo drivers
    2. Oracle via the oci8 and pdo drivers
    3. PostgreSQL via the postgre and pdo drivers
    4. MS SQL via the mssql, sqlsrv (version 2005 and above only) and pdo drivers
    5. SQLite via the sqlite (version 2), sqlite3 (version 3) and pdo drivers CUBRID via the cubrid and pdo drivers
    6. Interbase/Firebird via the ibase and pdo drivers
    7. ODBC via the odbc and pdo drivers (you should know that ODBC is actually an abstraction layer)

    CI 3 Server Requirements


    CodeIgniter User Guide Version 2.2.0

    Server Requirements

    PHP version 5.1.6 or newer.

    A Database is required for most web application programming. Current supported databases are MySQL (4.1+), MySQLi, MS SQL, Postgres, Oracle, SQLite, and ODBC

    本回答被题主选为最佳回答 , 对您是否有帮助呢?
    评论
查看更多回答(1条)

报告相同问题?

悬赏问题

  • ¥15 MATLAB yalmip 可转移负荷的简单建模出错,如何解决?
  • ¥15 数学的三元一次方程求解
  • ¥20 iqoo11 如何下载安装工程模式
  • ¥15 本题的答案是不是有问题
  • ¥15 关于#r语言#的问题:(svydesign)为什么在一个大的数据集中抽取了一个小数据集
  • ¥15 C++使用Gunplot
  • ¥15 这个电路是如何实现路灯控制器的,原理是什么,怎么求解灯亮起后熄灭的时间如图?
  • ¥15 matlab数字图像处理频率域滤波
  • ¥15 在abaqus做了二维正交切削模型,给刀具添加了超声振动条件后输出切削力为什么比普通切削增大这么多
  • ¥15 ELGamal和paillier计算效率谁快?