Skip to content
This repository has been archived by the owner on Feb 13, 2023. It is now read-only.

wikimedia/mediawiki-php-NativePreprocessor

Repository files navigation

NativePreprocessor
(c) 2011 - Platonides


This is a parser preprocessor for the MediaWiki software.

To compile use:

  phpize
  ./configure
  make

Upon success, the extension library will be placed in ./modules/

Install in your PHP extension directory  using:
  sudo make install