| 状态 | 草稿 |
| Todo | Proof read |
| 官方最后更新时间 | 2008/08/14 05:01 |
Kohana 运行最小限度的要求:
-
-
一个
HTTP 服务器。 Kohana 可以运行在: Apache 1.3+, Apache 2.0+, lighttpd, 和
MS IIS
可选的,如果你使用数据库, database 支持的数据库: MySQL 和 PostgreSQL。
PCRE must be compiled with –enable-utf8 and –enable-unicode-properties for UTF-8 functions to work properly.
iconv is required for UTF-8 transliteration.
mcrypt is required for encryption.
SPL is required for several core libraries.
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!