Unnecessary to install package php-pear-Net-IDNA2 on RHEL/CentOS.

This commit is contained in:
Zhang Huangbin 2015-05-16 21:20:43 +08:00
parent 24e904acc1
commit a94b6b7c86
2 changed files with 0 additions and 16 deletions

View File

@ -66,14 +66,6 @@
<h2 id="general-all-backends-should-apply-these-steps">General (All backends should apply these steps)</h2>
<h3 id="upgrade-roundcube-webmail-to-the-latest-stable-release">Upgrade Roundcube webmail to the latest stable release</h3>
<p>Additional notes before upgrading Roundcube webmail 1.1.0 (or later releases):</p>
<ul>
<li>for RHEL/CentOS users, please install package <code>php-pear-Net-IDNA2</code>, then
restart Apache service or php5-fpm service (if you're running Nginx):</li>
</ul>
<pre><code># yum install php-pear-Net-IDNA2
# service httpd restart # &lt;- OR: service php-fpm restart
</code></pre>
<ul>
<li>for Debian/Ubuntu users, please install package <code>php-pear</code> and <code>php5-intl</code>,
enable <code>intl</code> module for PHP, then restart Apache service or <code>php5_fpm</code>

View File

@ -13,14 +13,6 @@
Additional notes before upgrading Roundcube webmail 1.1.0 (or later releases):
* for RHEL/CentOS users, please install package `php-pear-Net-IDNA2`, then
restart Apache service or php5-fpm service (if you're running Nginx):
```
# yum install php-pear-Net-IDNA2
# service httpd restart # <- OR: service php-fpm restart
```
* for Debian/Ubuntu users, please install package `php-pear` and `php5-intl`,
enable `intl` module for PHP, then restart Apache service or `php5_fpm`
service (if you're running Nginx):