Skip to content
kynan edited this page Dec 21, 2011 · 1 revision

Requirements

Ushahidi will run in almost any environment with minimal configuration. The following PHP extensions are required.

  • cURL for getting or sending files using the URL syntax.
  • PCRE compiled with –enable-utf8 and –enable-unicode-properties for UTF-8 functions to work properly.
  • iconv for UTF-8 transliteration.
  • mcrypt for encryption.
  • SPL for several core libraries.
Clone this wiki locally