简体   繁体   English

CodeIgniter 3.x 已弃用 PHP 5.3.29 中的函数

[英]CodeIgniter 3.x deprecated functions in 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.我正在使用 PHP v5.3.29 和 CodeIgniter v3.0 运行 Apache v2.2,其中列出了一些已弃用的功能。

Anyone have an information what version CI for PHP 5.3.29?任何人都知道 PHP 5.3.29 的 CI 版本是什么?

Codeigniter 3. is not working on php 5.3. Codeigniter 3. 不适用于 php 5.3。 Update it to 5.4+ or use Codeigniter 2.0 version.将其更新到 5.4+ 或使用 Codeigniter 2.0 版本。

PHP version 5.4 or newer is recommended.建议使用 PHP 5.4 或更高版本。

To CI 2 DownloadCI 2 下载

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.它也应该适用于5.2.4 ,但我们强烈建议您不要运行此类旧版本的 PHP,因为存在潜在的安全和性能问题,以及缺少的功能。

A database is required for most web application programming.大多数 Web 应用程序编程都需要数据库。 Currently supported databases are:目前支持的数据库有:

  1. MySQL (5.1+) via the mysql (deprecated), mysqli and pdo drivers MySQL (5.1+) 通过 mysql(已弃用)、mysqli 和 pdo 驱动程序
  2. Oracle via the oci8 and pdo drivers Oracle 通过 oci8 和 pdo 驱动程序
  3. PostgreSQL via the postgre and pdo drivers PostgreSQL 通过 postgre 和 pdo 驱动程序
  4. MS SQL via the mssql, sqlsrv (version 2005 and above only) and pdo drivers MS SQL 通过 mssql、sqlsrv(仅限 2005 及以上版本)和 pdo 驱动程序
  5. SQLite via the sqlite (version 2), sqlite3 (version 3) and pdo drivers CUBRID via the cubrid and pdo drivers SQLite 通过 sqlite(版本 2)、sqlite3(版本 3)和 pdo 驱动程序通过 cubrid 和 pdo 驱动程序的 CUBRID
  6. Interbase/Firebird via the ibase and pdo drivers通过 ibase 和 pdo 驱动程序的 Interbase/Firebird
  7. ODBC via the odbc and pdo drivers (you should know that ODBC is actually an abstraction layer) ODBC 通过 odbc 和 pdo 驱动程序(您应该知道 ODBC 实际上是一个抽象层)

CI 3 Server Requirements CI 3 服务器要求


CodeIgniter User Guide Version 2.2.0 CodeIgniter 用户指南 2.2.0 版

Server Requirements服务器要求

PHP version 5.1.6 or newer. PHP 5.1.6或更新版本。

A Database is required for most web application programming.大多数 Web 应用程序编程都需要数据库。 Current supported databases are MySQL (4.1+), MySQLi, MS SQL, Postgres, Oracle, SQLite, and ODBC当前支持的数据库有 MySQL (4.1+)、MySQLi、MS SQL、Postgres、Oracle、SQLite 和 ODBC

Codeigniter 2 版本适用于 php 5.1.x 及更高版本,请在此处下载: https : //www.codeigniter.com/download

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM