Skip to content

Commit

Permalink
Crontab: update documentation files.
Browse files Browse the repository at this point in the history
  • Loading branch information
yunosh committed Oct 18, 2013
1 parent 0a38db6 commit 11108d3
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions app/views/App/apps/horde/docs/INSTALL.html
Expand Up @@ -280,11 +280,11 @@ <h1><a class="toc-backref" href="#id2">2&nbsp;&nbsp;&nbsp;Prerequisites</a></h1>
<p>This extension can be enabled by adding the <tt class="docutils literal"><span class="pre">--enable-intl</span></tt> option
when compiling PHP.</p>
</li>
<li><p class="first">_curl <tt class="docutils literal"><span class="pre">--with-curl</span></tt></p>
<p>The curl extension, if installed, will be used instead of PHP's fopen()
when retrieving data from external HTTP servers (remote calendars, web
APIs, etc.). This is much more reliable and flexible, so it is
recommended to either enable it or install the <a class="reference external" href="http://php.net/http">http</a> extension.</p>
<li><p class="first"><span class="target" id="curl">curl</span> <tt class="docutils literal"><span class="pre">--with-curl</span></tt></p>
<p>The <a class="reference external" href="http://php.net/curl">curl extension</a>, if installed, will be used instead of PHP's
fopen() when retrieving data from external HTTP servers (remote
calendars, web APIs, etc.). This is much more reliable and flexible, so
it is recommended to either enable it or install the <a class="reference internal" href="#http">http</a> extension.</p>
<p>This extension can be enabled by adding the <tt class="docutils literal"><span class="pre">--with-curl</span></tt> option when
compiling PHP.</p>
</li>
Expand Down Expand Up @@ -410,11 +410,11 @@ <h1><a class="toc-backref" href="#id2">2&nbsp;&nbsp;&nbsp;Prerequisites</a></h1>
pecl install memcache
</pre>
</li>
<li><p class="first">_http</p>
<p>The http extension, if installed, will be used instead of PHP's fopen()
when retrieving data from external HTTP servers (remote calendars, web
APIs, etc.). This is much more reliable and flexible, so it recommended
to either install this or enable the <a class="reference external" href="http://php.net/curl">curl</a> extension.</p>
<li><p class="first"><span class="target" id="http">http</span></p>
<p>The <a class="reference external" href="http://php.net/http">http extension</a>, if installed, will be used instead of PHP's
fopen() when retrieving data from external HTTP servers (remote
calendars, web APIs, etc.). This is much more reliable and flexible, so
it recommended to either install this or enable the <a class="reference internal" href="#curl">curl</a> extension.</p>
<p>To install, enter the following at the command prompt:</p>
<pre class="literal-block">
pecl install http
Expand Down

0 comments on commit 11108d3

Please sign in to comment.