CakePHP 2.6.7 requires the php mbstring extension

- on CentOS this is a separate package php-mbstring
- on Ubuntu this is part of libapache2-mod-php5
pull/516/head
Richard van den Berg 2015-06-04 09:15:51 +02:00
parent 8ec6fe8561
commit 204ba8bfb2
2 changed files with 2 additions and 2 deletions

View File

@ -26,7 +26,7 @@ rpm -Uvh epel.rpm
yum install vim
# Install the dependencies:
yum install gcc git zip redis mysql-server php-mysql python-devel python-pip libxslt-devel zlib-devel php-devel php-xml
yum install gcc git zip redis mysql-server php-mysql python-devel python-pip libxslt-devel zlib-devel php-devel php-xml php-mbstring
yum install php-pear php-pecl-geoip
pear channel-update pear.php.net

View File

@ -26,7 +26,7 @@ rpm -Uvh epel.rpm
yum install vim
# Install the dependencies:
yum install git httpd zip php redis mysql-server php-mysql python-devel python-pip libxslt-devel zlib-devel php-devel php-xml
yum install git httpd zip php redis mysql-server php-mysql python-devel python-pip libxslt-devel zlib-devel php-devel php-xml php-mbstring
yum install php-pear php-pecl-geoip
pear channel-update pear.php.net