Added mbstring and iconv as required extensions
Test Plan: Obvious. Reviewers: epriestley Reviewed By: epriestley CC: aran, epriestley, davidreuss Differential Revision: 1138
This commit is contained in:
@@ -41,7 +41,7 @@ Otherwise, here's a general description of what you need to install:
|
||||
- Apache (usually "httpd" or "apache2")
|
||||
- MySQL Server (usually "mysqld" or "mysql-server")
|
||||
- PHP (usually "php")
|
||||
- Required PHP extensions: mysql, curl, pcntl (these might be something like
|
||||
- Required PHP extensions: mbstring, iconv, mysql, curl, pcntl (these might be something like
|
||||
"php-mysql" or "php5-mysql")
|
||||
- Optional PHP extensions: gd, apc (special instructions for APC are available
|
||||
below if you have difficulty installing it), xhprof (instructions below,
|
||||
|
||||
Reference in New Issue
Block a user