Navigation
Learn About
Developing With
Ingres Talk
Information
Toolbox
Views
PHP/Projects/Mediawiki
From Ingres Community Wiki
< PHP | Projects(Redirected from MediaWiki on Ingres)
Jump to: navigation, search
Contents |
[edit]
Introduction
This project aims to introduce support for Ingres to the latest MediaWiki release (version 1.15.1 at the time of writing).
[edit]
Requirements
- Currently Ingres 9.2.x or later
- It's possible a later release will become the minimum version if functionality in that later release is required.
- PECL Ingres SVN HEAD revisions or later
- PHP 5.2.x
[edit]
Downloading the Code
The current code is available from the SVN directory http://code.ingres.com/apps/mediawiki/trunk. This code includes the following functionality:
- Ingres abstraction layer,
includes/db/DatabaseIngres.php- Not complete, see Issues below
- Installer
[edit]
Issues
Below is a list of known issues with the Mediawiki Ingres port and the work-arounds, if any:
| Problem | Problem Area | Needed for | Workaround |
| Missing savepoint support | PHP driver | Am not 100% sure it's required but it's used in the DB2 interface | None |
| Unable to display main page after installation | PHP driver | Basic functionaliy | None |
Retrieved from "http://community.actian.com/wiki/PHP/Projects/Mediawiki"

