If you are setting up PHP for the first time or just need to know what you need to have running with PHP to get Ushahidi to work, here is a list of the dependencies required:
* mcrypt - Encryption library.
* cURL - Communications library.
* GD - Image processing library.
* iconv - UTF-8 transliteration.
* PCRE - must be compiled with –enable-utf8 and –enable-unicode-properties for UTF-8 functions to work properly.
* SPL - Standard PHP library.
↧