Fork me on GitHub

phpMyFAQ: the FAQ system

Requirements

On this page all supported PHP, database and webserver versions are listed for your information. Known supported operating systems are GNU/Linux, Microsoft Windows, MacOS X, FreeBSD, HP-UX, Solaris, AIX, and Netware.

phpMyFAQ 2.7 system requirements

  • PHP
    • version 5.2.3 or later (recommended: 5.3.x)
    • register_globals = off (recommended)
    • safe_mode = off (recommended)
    • memory_limit = 64M
    • GD support
    • JSON support
    • XMLWriter support
    • Filter support
    • SPL support
  • Webserver, e.g.
  • Database server, e.g.
  • Browser support
    • Mozilla Firefox 4 and later
    • Google Chrome 5 and later
    • Apple Safari 5.0 and later
    • Opera 10.x and later
    • Microsoft Internet Explorer 8.x and later (9.x strongly recommended)
  • Server configuration correctly set: access permissions, owner, group

You can only run phpMyFAQ successfully, when the PHP directive safe_mode is set to off, further constraints affect the directives open_basedir and disable_functions, which can be set in the central php.ini or the httpd.conf respectively.

In case PHP runs as module of the Apache, you will have to be able to do a chown on the files before installation. The files and directories must be owned by the Apache user.

We recommend using the free and open source Suhosin extension for PHP from SektionEins GmbH for additional protection and security.