Help > Requirements
The minimum requirements for running WikyBlog on your server are as follows.
These minimum requirements are based on the features available according to PHP and MySQL documentation.
For Enhanced Features
- For improved multi-language support, you'll need PHP 4.3+ and the mbstring extension.
Reasons For Minimum Requirements
PHP 4.1+
- use of superglobals .... (4.1)
- ob_start() .... (4.0)
- require_once() ....(4.0)
- the array parameter of parse_str ( string str [, array &arr] ) .... (4.0.3)
- version_compare() .... (4.1)
MySQL 4.0+
- SQL_CALC_FOUND_ROWS .... (4.0)