Sophie

Sophie

distrib > Mageia > 7 > armv7hl > by-pkgid > 2b917e0437961edec048f1d15e2d7449 > files > 10274

php-manual-en-7.2.11-1.mga7.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>Requirements</title>

 </head>
 <body><div class="manualnavbar" style="text-align: center;">
 <div class="prev" style="text-align: left; float: left;"><a href="mongodb.setup.html">Installing/Configuring</a></div>
 <div class="next" style="text-align: right; float: right;"><a href="mongodb.installation.html">Installation</a></div>
 <div class="up"><a href="mongodb.setup.html">Installing/Configuring</a></div>
 <div class="home"><a href="index.html">PHP Manual</a></div>
</div><hr /><div id="mongodb.requirements" class="article">
  <h1>Requirements</h1>

  <p class="para">
   The driver requires PHP 5.5 or higher.
  </p>
  <p class="para">
   The driver requires <a href="https://github.com/mongodb/libbson" class="link external">&raquo;&nbsp;libbson</a>
   and <a href="https://github.com/mongodb/mongo-c-driver" class="link external">&raquo;&nbsp;libmongoc</a>, and will use
   bundled versions of both libraries by default.
  </p>
  <p class="para">
   The driver requires <a href="http://www.openssl.org/" class="link external">&raquo;&nbsp;OpenSSL</a> and will
   rely on PHP to find its headers (i.e. <em>PHP_SETUP_OPENSSL</em>).
   If the build process fails to find OpenSSL, check that the OpenSSL
   development package (e.g. <em>libssl-dev</em>) and
   <a href="https://en.wikipedia.org/wiki/Pkg-config" class="link external">&raquo;&nbsp;pkg-config</a> are both
   installed.
  </p>
  <p class="para">
   <a href="http://cyrusimap.org/" class="link external">&raquo;&nbsp;Cyrus SASL</a> is an optional dependency
   and will be used if available.
  </p>
 </div>
<hr /><div class="manualnavbar" style="text-align: center;">
 <div class="prev" style="text-align: left; float: left;"><a href="mongodb.setup.html">Installing/Configuring</a></div>
 <div class="next" style="text-align: right; float: right;"><a href="mongodb.installation.html">Installation</a></div>
 <div class="up"><a href="mongodb.setup.html">Installing/Configuring</a></div>
 <div class="home"><a href="index.html">PHP Manual</a></div>
</div></body></html>