Requirements
To run HS-CMS, you need the following:
- PHP ³ 5.1.x
- Because HS-CMS supports Unicode, your PHP installation must
include the mbstring extension.
> mbstring is a non-default extension. This means it is not enabled by default.
> You must explicitly
> enable the module with the configure option. See the Install section for details. > > The following configure options are related to the mbstring module. > > —enable-mbstring: Enable mbstring functions. This option is required to use mbstring functions.
- Because HS-CMS supports Unicode, your PHP installation must
include the mbstring extension.
> mbstring is a non-default extension. This means it is not enabled by default.
> You must explicitly
- A database, like MySQL 5 or Postgres, which supports Unicode strings
- Apache, currently (Designed to be fairly platform-independent but not tested on Windows. If you would like to help with this, contact Alan).
