状态 草稿
Todo Proof read
官方最后更新时间 2008/08/14 05:01

基本需求

Kohana 运行最小限度的要求:

  1. Unicode 支持
  2. PHP 版本 >= 5.2.0
  3. 一个 HTTP 服务器。 Kohana 可以运行在: Apache 1.3+, Apache 2.0+, lighttpd, 和 MS IIS

可选的,如果你使用数据库, database 支持的数据库MySQLPostgreSQL

扩展需求

  1. PCRE must be compiled with –enable-utf8 and –enable-unicode-properties for UTF-8 functions to work properly.
  2. iconv is required for UTF-8 transliteration.
  3. mcrypt is required for encryption.
  4. SPL is required for several core libraries. 1)

推荐扩展

  1. mbstring will dramatically speed up Kohana's UTF-8 functions. However, note that the mbstring extension must not be overloading PHP's native string functions!
1) PHP Standard Library is a set of classes and interfaces, designed to efficiently solve common problems. SPL is enabled in PHP 5.1+ by default. SPL is disabled at compile time by using –disable-spl or –disable-all.
installation/requirements.txt · 最后更改: 2008/09/01 23:10 由 admin