WikyBlog
Download

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.

  • PHP 4.1+
  • MySQL 4.0+


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)
Last modified 02:02 Thu, 25 Oct 2007 by Main. Accessed 957 times What Links Here share Share Except where expressly noted, this work is licensed under a Creative Commons License.