Sophie

Sophie

distrib > Mageia > 4 > x86_64 > by-pkgid > f800694edefe91adea2624f711a41a2d > files > 9177

php-manual-en-5.5.7-1.mga4.noarch.rpm

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html>
 <head>
  <meta http-equiv="content-type" content="text/html; charset=UTF-8">
  <title>Installation</title>

 </head>
 <body><div class="manualnavbar" style="text-align: center;">
 <div class="prev" style="text-align: left; float: left;"><a href="memcached.requirements.html">Requirements</a></div>
 <div class="next" style="text-align: right; float: right;"><a href="memcached.configuration.html">Runtime Configuration</a></div>
 <div class="up"><a href="memcached.setup.html">Installing/Configuring</a></div>
 <div class="home"><a href="index.html">PHP Manual</a></div>
</div><hr /><div id="memcached.installation" class="section">
 <h2 class="title">Installation</h2>
 <p class="para">
  Information for installing this PECL extension may be
found in the manual chapter titled <a href="install.pecl.html" class="link">Installation
of PECL extensions</a>. Additional information such as new releases,
downloads, source files, maintainer information, and a CHANGELOG, can be
located here: 
  <a href="http://pecl.php.net/package/memcached" class="link external">&raquo;&nbsp;http://pecl.php.net/package/memcached</a>.
 </p>
 <p class="para">
  If libmemcached is installed in a non-standard location, use <strong class="option configure">--with-libmemcached-dir=DIR</strong>
 switch, where DIR is the
  libmemcached install prefix. This directory has to contain the
    <var class="filename">include/libmemcached/memcached.h</var> file.
 </p>
 <p class="para">
  Zlib is required for compression support. To specify non-standard
  installation of Zlib, use <strong class="option configure">--with-zlib-dir=DIR</strong>
 switch, where DIR is the Zlib
  install prefix.
 </p>
 <p class="para">
  Session handler support is enabled by default. To disable it, use <strong class="option configure">--disable-memcached-session</strong>
 switch.
 </p>
 <p class="para">
  SASL authentication support is disabled by default. To enable it, use
  <strong class="option configure">--enable-memcached-sasl</strong>
 switch. This
  requires that libsasl2 has been installed and that libmemcached has been
  built with SASL support enabled.
 </p>
</div><hr /><div class="manualnavbar" style="text-align: center;">
 <div class="prev" style="text-align: left; float: left;"><a href="memcached.requirements.html">Requirements</a></div>
 <div class="next" style="text-align: right; float: right;"><a href="memcached.configuration.html">Runtime Configuration</a></div>
 <div class="up"><a href="memcached.setup.html">Installing/Configuring</a></div>
 <div class="home"><a href="index.html">PHP Manual</a></div>
</div></body></html>