System Requirement
From Kiwiphp
Contents |
OS
Platform independent, tested on linux (Redhat Enterprise Linux, CentOS), FreeBSD, Windows (XP).
PHP Engine
PHP5 only. PHP4 is NOT supported.
PHP Extension
- mbstring
- mcrypt (Optional)
Required by Cookie class. - opcode cache: eAccelerator, APC (Optional)
If opcode cache available, your application will get better performance. - pdo, pdo_mysql, pdo_pgsql (Optional)
Required by Db* class.
Web Server (Optional)
Independent, tested on apache+mod_php and lighttpd+fcgi mode.
No web server need if you run kiwiphp on CLI mode.

