PhpWiki is a wiki implemented in the server-side scripting language PHP.
http://phpwiki.sourceforge.net/
PhpWiki has several anti-spam features as well as page moderation.
By default PhpWiki uses the nofollow link attribute. Using this method is controversial among wiki users and does not prevent spam, it just makes the spam pointless. Use GOOGLE_LINKS_NOFOLLOW = true in config/config.ini to enable this feature, GOOGLE_LINKS_NOFOLLOW = false to disable.
PhpWiki doesn't have ContentBanning, but it does integrate with Spam Assassin. Enable this feature as follows:
See also general AntiSpamRecommendations.