phpMyFAQ - open source FAQ system for PHP and MySQL, PostgreSQL and other databases | welcome
http://www.phpmyfaq.de/
phpMyFAQ というソフトウェアは聞いたことがあるだろうか。一言でいうとFAQシステムのフリーソフトである。
phpMyFAQ の動作環境は、Webサーバーとスクリプト言語「PHP」,リレーショナル・データベース管理システム(RDBMS)「MySQL」あるいは「PostgreSQL」がインストールされている環境で動作する。特筆すべきなのは、上記以外にも多くのデータベースに対応していることで、Microsoft SQL Server や Sybase も記載されている。必要なバージョンは以下の通りである。
・PHP
from version 4.3.3 (recommended: latest PHP 4.4 or latest PHP 5.2)
register_globals = off (recommended)
safe_mode = off (recommended)
・Webserver (Apache 1.3/2.0/2.2 or lighttpd 1.0+ or IIS 5.0+)
・Database server
MySQL 4.x, 5.x with the PHP4 MySQL extension (recommended: 5.0.x)
MySQL 4.1.x, 5.x with the PHP5 MySQLi extension (recommended: 5.0.x)
PostgreSQL 7.2+, 8.x (recommended: 8.1.x)
Sybase
Microsoft SQL Server 2000, 2005
IBM DB2 Universal Database 8.2.x, 9.1.x, IBM Cloudscape, and Apache Derby
SQLite with PHP5
MaxDB 7.5 or later (experimental)
Oracle 8i or later (experimental)
Firebird / Interbase (experimental)
・correctly set: access permissions, owner, group