mediawiki / percona-db
An extension that enables the percona DB
Installs: 90
Dependents: 0
Suggesters: 0
Security: 0
Stars: 2
Watchers: 4
Forks: 6
Open Issues: 1
Type:mediawiki-extension
Requires
- php: >=5.6
- composer/installers: 1.*,>=1.0.1
Requires (Dev)
- mediawiki/mediawiki-codesniffer: 26.0.0
- phpmd/phpmd: ~2.1
- vimeo/psalm: ^3.4
This package is auto-updated.
Last update: 2024-11-06 23:27:09 UTC
README
You must set the environment variable MW_INSTALL_PATH
to your mediawiki root to use this extension.
In order to install on a Percona DB this extension tells composer how to autoload it. This is necessary so that when you specify “percona” as the db type during installation, it can find the right db driver. It also allows MediaWiki to use $wgDBtype to find the provided DatabasePercona
class.
Because of this bootstrapping, composer’s autoloader needs to be able to use MediaWiki’s autoloader and we make it available by loading $MW_INSTALL_PATH/includes/AutoLoader.php.